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

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

Issue 2917443002: cros: Add app_to_pin_os policy (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
index d8e48b5a2c53b976940194ae22b2e1074e416597..78187e5a6896e676819677ae43fd6208b85abff0 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -794,6 +794,13 @@ message DeviceEcryptfsMigrationStrategyProto {
optional MigrationStrategy migration_strategy = 1;
}
+// An app on Chrome Web Store whose manifest key "required_platform_version"
+// value would be used as the OS pin. Note the app does not have to be present
+// on the device. The pin is applied on the server side.
+message AppToPinOS {
+ optional string app_id = 1;
+}
+
message ChromeDeviceSettingsProto {
optional DevicePolicyRefreshRateProto device_policy_refresh_rate = 1;
optional UserWhitelistProto user_whitelist = 2;
@@ -854,4 +861,5 @@ message ChromeDeviceSettingsProto {
optional LoginScreenInputMethodsProto login_screen_input_methods = 50;
optional DeviceEcryptfsMigrationStrategyProto
device_ecryptfs_migration_strategy = 51;
+ optional AppToPinOS app_to_pin_os = 52;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698