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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_app_launch_error.h

Issue 300843013: Install and launch kiosk app from cached crx file at start up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the useless offline_enabled_app_profile testing data. Created 6 years, 5 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/app_mode/kiosk_app_launch_error.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_launch_error.h b/chrome/browser/chromeos/app_mode/kiosk_app_launch_error.h
index 2ee98098103d138b314c4ca0e26ae24ba69bb016..c6572de0d15b382751ac724238fd6cd84fd0dc27 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_launch_error.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_launch_error.h
@@ -25,6 +25,8 @@ class KioskAppLaunchError {
NOT_KIOSK_ENABLED, // Not a kiosk enabled app.
UNABLE_TO_RETRIEVE_HASH, // Unable to retrieve username hash.
POLICY_LOAD_FAILED, // Failed to load policy for kiosk account.
+ UNABLE_TO_DOWNLOAD, // Unalbe to download app's crx file.
+ UNABLE_TO_LAUNCH, // Unable to launch app.
};
// Returns a message for given |error|.

Powered by Google App Engine
This is Rietveld 408576698