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

Unified Diff: sync/protocol/extension_specifics.proto

Issue 264933005: Add remote_install flag to extension sync data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/extensions/extension_sync_data.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/extension_specifics.proto
diff --git a/sync/protocol/extension_specifics.proto b/sync/protocol/extension_specifics.proto
index 05120d323c1d728d016a577d59158c3f47d9be0f..2ea179440860fc7b8bdecce346cee620f9300bff 100644
--- a/sync/protocol/extension_specifics.proto
+++ b/sync/protocol/extension_specifics.proto
@@ -35,5 +35,8 @@ message ExtensionSpecifics {
// The name of the extension. Used for bookmark apps.
optional string name = 6;
+
+ // Whether this extension is being installed remotely.
Nicolas Zea 2014/05/02 20:46:06 nit: is being -> has been. Also perhaps comment ab
Marijn Kruisselbrink 2014/05/02 21:28:53 Okay, I made the comment a bit clearer (since this
+ optional bool remote_install = 7;
}
« no previous file with comments | « chrome/browser/extensions/extension_sync_data.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698