Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / app_mode / kiosk_app_launch_error.h
index 2ee9809..c6572de 100644 (file)
@@ -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|.