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. |
+ optional bool remote_install = 7; |
Yoyo Zhou
2014/05/01 22:53:44
When changing proto fields, you'll want to test th
Marijn Kruisselbrink
2014/05/05 20:45:36
I think this should be fine, assuming that old cli
Yoyo Zhou
2014/05/05 22:35:16
I'd strongly encourage you to test this (you may h
Marijn Kruisselbrink
2014/05/14 23:30:02
Unfortunately I haven't been able to test chrome w
|
} |