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|. |