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

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

Issue 676913002: kiosk: Support update url for enterprise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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
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 818c4699d2bcc523f112719a3af0986d30989296..f5c1a4cd9b669076f92b61343f8bb82b52c28458 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -263,8 +263,10 @@ message KioskAppInfoProto {
// specifies the Kiosk App to download and run.
optional string app_id = 1;
- // Obsolete: Kiosk Apps can only be installed from the Chrome Web Store.
- optional string OBSOLETE_update_url = 2 [deprecated = true];
+ // Optional extension update URL to download the Kiosk App package from. If
+ // not specified, the app will be downloaded from the standard Chrome Web
+ // Store update URL.
+ optional string update_url = 2;
}
// Describes a single device-local account.

Powered by Google App Engine
This is Rietveld 408576698