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

Unified Diff: sync/protocol/extension_specifics.proto

Issue 1136543003: Extensions: Store disable reasons in Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test Created 5 years, 7 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/extension_specifics.proto
diff --git a/sync/protocol/extension_specifics.proto b/sync/protocol/extension_specifics.proto
index 8e724a31916b367da696b8021c11feab393c0ba8..81becdcb9e0fb6e3dd4d2eee4dcb4ba518bb7ad5 100644
--- a/sync/protocol/extension_specifics.proto
+++ b/sync/protocol/extension_specifics.proto
@@ -48,5 +48,9 @@ message ExtensionSpecifics {
// 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;
+
+ // Bitmask of the set of reasons why the extension is disabled (see
+ // Extension::DisableReason). Only relevant when enabled == false.
not at google - send to devlin 2015/05/12 18:04:17 You might also want to add that older clients won'
Marc Treib 2015/05/19 12:12:03 Done.
+ optional int32 disable_reasons = 10;
}

Powered by Google App Engine
This is Rietveld 408576698