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; |
} |