Index: sync/protocol/extension_specifics.proto |
diff --git a/sync/protocol/extension_specifics.proto b/sync/protocol/extension_specifics.proto |
index 650fd06e8371364b2788b76e297b1cbf40537003..2ef3f25c008843a6caae703e9c5ef312ca5d220b 100644 |
--- a/sync/protocol/extension_specifics.proto |
+++ b/sync/protocol/extension_specifics.proto |
@@ -39,5 +39,8 @@ message ExtensionSpecifics { |
// Whether this extension was installed remotely, and hasn't been approved by |
// a user in chrome yet. |
optional bool remote_install = 7; |
+ |
+ // Whether this extension was installed by the custodian of a supervised user. |
+ optional bool installed_by_custodian = 8; |
} |