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

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

Issue 7775008: Enable sync for the settings from the Extension Settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Review #6 Created 9 years, 3 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 ba18e6ccc1f5059ce7d786a0ec96de974ab2bd9d..5f4d21bccc067e4e4273d9e87e8ce6782bb90a4f 100644
--- a/chrome/browser/sync/protocol/nigori_specifics.proto
+++ b/chrome/browser/sync/protocol/nigori_specifics.proto
@@ -65,6 +65,8 @@ message NigoriSpecifics {
// If true, all current and future datatypes will be encrypted.
optional bool encrypt_everything = 24;
+
+ optional bool encrypt_extension_settings = 25;
}
extend EntitySpecifics {

Powered by Google App Engine
This is Rietveld 408576698