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

Unified Diff: sync/protocol/proto_value_conversions.cc

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/proto_value_conversions.cc
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
index 1e74474180732e5b2fa6363dd429ac9252274e3c..1010ff128c310ee97e74c4efb756280904b50740 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -459,6 +459,7 @@ scoped_ptr<base::DictionaryValue> ExtensionSpecificsToValue(
SET_BOOL(remote_install);
SET_BOOL(installed_by_custodian);
SET_BOOL(all_urls_enabled);
+ SET_INT32(disable_reasons);
SET_STR(name);
not at google - send to devlin 2015/05/12 18:04:17 Kinda weird that the name is initialised out of or
Marc Treib 2015/05/19 12:12:03 Indeed. I've moved it inline to correspond to the
return value;
}
« sync/protocol/extension_specifics.proto ('K') | « sync/protocol/extension_specifics.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698