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

Unified Diff: chrome/browser/sync/protocol/nigori_specifics.proto

Issue 8375047: Separate the syncing of extension settings and app settings into separate data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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: chrome/browser/sync/protocol/nigori_specifics.proto
diff --git a/chrome/browser/sync/protocol/nigori_specifics.proto b/chrome/browser/sync/protocol/nigori_specifics.proto
index d43576b642f46f173d852b3129397d3b9d903eb8..6780783ac50daa2045172ce4eee21fe419d59880 100644
--- a/chrome/browser/sync/protocol/nigori_specifics.proto
+++ b/chrome/browser/sync/protocol/nigori_specifics.proto
@@ -67,8 +67,8 @@ message NigoriSpecifics {
optional bool encrypt_everything = 24;
optional bool encrypt_extension_settings = 25;
-
optional bool encrypt_app_notifications = 26;
+ optional bool encrypt_app_settings = 27;
}
extend EntitySpecifics {

Powered by Google App Engine
This is Rietveld 408576698