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

Unified Diff: sync/protocol/extension_specifics.proto

Issue 907533004: [Extensions] Sync the 'allowed scripting on all urls' preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_apps_sync_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/extension_specifics.proto
diff --git a/sync/protocol/extension_specifics.proto b/sync/protocol/extension_specifics.proto
index 2ef3f25c008843a6caae703e9c5ef312ca5d220b..8e724a31916b367da696b8021c11feab393c0ba8 100644
--- a/sync/protocol/extension_specifics.proto
+++ b/sync/protocol/extension_specifics.proto
@@ -42,5 +42,11 @@ message ExtensionSpecifics {
// Whether this extension was installed by the custodian of a supervised user.
optional bool installed_by_custodian = 8;
+
+ // Whether this extension has explicit user consent access to all urls.
+ // This is a tri-state boolean, so, unlike most fields here, it really *is*
+ // optional and may be absent. We need this for the time being because we need
+ // to know if a user has not set an explicit preference.
+ optional bool all_urls_enabled = 9;
Nicolas Zea 2015/02/12 18:51:10 please also update proto_value_conversions.cc to i
Devlin 2015/02/12 20:24:56 Done.
}
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_apps_sync_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698