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

Unified Diff: sync/protocol/proto_value_conversions.cc

Issue 264763002: Support remote installation of extensions and apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a first test, fix a bug Created 6 years, 8 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 4fb8bddf04bea642d56df64c6a641663434b1574..39d68b1f03b50ec85e6ef406cce2deb5ec3b69ac 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -541,6 +541,7 @@ base::DictionaryValue* ExtensionSpecificsToValue(
SET_STR(update_url);
SET_BOOL(enabled);
SET_BOOL(incognito_enabled);
+ SET_BOOL(remote_install);
SET_STR(name);
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