Index: sync/protocol/extension_specifics.proto |
diff --git a/sync/protocol/extension_specifics.proto b/sync/protocol/extension_specifics.proto |
index 05120d323c1d728d016a577d59158c3f47d9be0f..650fd06e8371364b2788b76e297b1cbf40537003 100644 |
--- a/sync/protocol/extension_specifics.proto |
+++ b/sync/protocol/extension_specifics.proto |
@@ -35,5 +35,9 @@ message ExtensionSpecifics { |
// The name of the extension. Used for bookmark apps. |
optional string name = 6; |
+ |
+ // Whether this extension was installed remotely, and hasn't been approved by |
+ // a user in chrome yet. |
+ optional bool remote_install = 7; |
} |