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

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: Rebase. Created 6 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
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..f54f2153f1c6c80f8d14c761d1ec51f9dd93c6b1 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_launch_error.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_launch_error.h
@@ -21,6 +21,8 @@ class KioskAppLaunchError {
UNABLE_TO_MOUNT, // Unable to mount cryptohome.
UNABLE_TO_REMOVE, // Unable to remove cryptohome.
UNABLE_TO_INSTALL, // Unable to install app.
+ UNABLE_TO_DOWNLOAD, // Unalbe to download app's crx file.
+ UNABLE_TO_LAUNCH, // Unable to launch app.
xiyuan 2014/05/29 19:49:01 Append to the end so that existing enums still hav
jennyz 2014/07/07 21:11:12 Done.
USER_CANCEL, // Canceled by user.
NOT_KIOSK_ENABLED, // Not a kiosk enabled app.
UNABLE_TO_RETRIEVE_HASH, // Unable to retrieve username hash.

Powered by Google App Engine
This is Rietveld 408576698