Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: sync/protocol/nigori_specifics.proto

Issue 10855037: [Sync] Add history delete directive type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head, add TODO Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/protocol/nigori_specifics.proto
diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto
index 6b3b06689fa5d8d856fc531e4a0afe1a2eb5678f..ee2080b5ffd4c14899a8535a7dd4fe362e71bf01 100644
--- a/sync/protocol/nigori_specifics.proto
+++ b/sync/protocol/nigori_specifics.proto
@@ -108,5 +108,7 @@ message NigoriSpecifics {
// Note: this field may not be set if the custom passphrase was applied before
// this field was introduced.
optional int64 custom_passphrase_time = 33;
+
+ optional bool encrypt_history_delete_directives = 34;
Nicolas Zea 2012/10/15 19:03:57 see comment in nigori util. I'm not sure it makes
akalin 2012/10/15 20:21:21 Removed, added comment.
}

Powered by Google App Engine
This is Rietveld 408576698