Home | History | Annotate | Download | only in engine

Lines Matching defs:nigori

49     (*mutable_routing_info())[syncable::NIGORI] = GROUP_PASSIVE;
332 // Nigori node updates should update the Cryptographer.
338 sync_pb::NigoriSpecifics* nigori =
339 specifics.MutableExtension(sync_pb::nigori);
340 other_cryptographer.GetKeys(nigori->mutable_encrypted());
341 nigori->set_encrypt_bookmarks(true);
343 CreateUnappliedNewItem(syncable::ModelTypeToRootTag(syncable::NIGORI),
354 << "The nigori update shouldn't be in conflict";
356 << "The nigori update should be applied";
406 sync_pb::NigoriSpecifics* nigori =
407 specifics.MutableExtension(sync_pb::nigori);
408 cryptographer->GetKeys(nigori->mutable_encrypted());
409 nigori->set_encrypt_bookmarks(true);
411 CreateUnappliedNewItem(syncable::ModelTypeToRootTag(syncable::NIGORI),
435 << "The nigori update shouldn't be in conflict";
437 << "The nigori update should be applied";
503 sync_pb::NigoriSpecifics* nigori =
504 specifics.MutableExtension(sync_pb::nigori);
505 other_cryptographer.GetKeys(nigori->mutable_encrypted());
506 nigori->set_encrypt_bookmarks(true);
508 CreateUnappliedNewItem(syncable::ModelTypeToRootTag(syncable::NIGORI),
530 << "The unsynced chnages trigger a conflict with the nigori update.";
532 << "The nigori update should not be applied";