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

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: review 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..a854e013c968f974a54bec46c0df2a6eaf3656c9 100644
--- a/sync/protocol/extension_specifics.proto
+++ b/sync/protocol/extension_specifics.proto
@@ -48,5 +48,10 @@ 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. Note that
+ // old clients (<M45) won't set this, even when enabled is false.
not at google - send to devlin 2015/05/19 14:32:10 Nice. Got to this file at the end. I guess my comm
Marc Treib 2015/05/19 15:30:56 Done.
+ optional int32 disable_reasons = 10;
}

Powered by Google App Engine
This is Rietveld 408576698