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

Unified Diff: chrome/browser/policy/proto/chrome_device_policy.proto

Issue 9691046: Updated the chrome_device_policy.proto, and AppPack decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/policy/app_pack_updater.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/policy/proto/chrome_device_policy.proto b/chrome/browser/policy/proto/chrome_device_policy.proto
index e447d4f22db173b855bcd0f315a2b23982d17e9c..64d3dfb2ecea3418f87fee50e824d761d42bba02 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -101,7 +101,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 {
« no previous file with comments | « chrome/browser/policy/app_pack_updater.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698