summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/proto/chrome_device_policy.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/proto/chrome_device_policy.proto')
-rw-r--r--chrome/browser/policy/proto/chrome_device_policy.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/policy/proto/chrome_device_policy.proto b/chrome/browser/policy/proto/chrome_device_policy.proto
index 338e3fc..42fa2e2 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -106,7 +106,7 @@ message EphemeralUsersEnabledProto {
message AppPackEntryProto {
optional string extension_id = 1;
optional string update_url = 2;
- optional bytes key_checksum = 3;
+ optional bool online_only = 3;
}
message AppPackProto {