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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 23449023: Add kiosk browser tests for network configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/startup_app_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 77203a6a428f6452b61a82f33e19f3ec876b4f17..7f2a684234257f9d83900153709330ef84e429ed 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -838,9 +838,16 @@ enum NotificationType {
// 4. Boot into retail mode
// NOTIFICATION_LOGIN_OR_LOCK_WEBUI_VISIBLE
// 5. Boot into kiosk mode
- // NOTIFICATION_KIOSK_APP_LAUNCHED
+ // 5.1 No network connectivity
+ // NOTIFICATION_KIOSK_APP_LAUNCH_NO_NETWORK
+ // 5.2 Launch successful
+ // NOTIFICATION_KIOSK_APP_LAUNCHED
NOTIFICATION_LOGIN_OR_LOCK_WEBUI_VISIBLE,
+ // Sent when current screen is changed.
+ // Details are a OobeDisplay::ScreenTransition.
+ NOTIFICATION_CURRENT_SCREEN_CHANGED,
xiyuan 2013/09/05 02:36:10 Let's not adding new notifications. Instead, try a
Tim Song 2013/09/05 21:57:43 Done.
+
// Sent when proxy dialog is closed.
NOTIFICATION_LOGIN_PROXY_CHANGED,
@@ -862,6 +869,9 @@ enum NotificationType {
// Sent when kiosk app list is loaded in UI.
NOTIFICATION_KIOSK_APPS_LOADED,
+ // Sent when there is no network connectivity during kiosk app launch.
+ NOTIFICATION_KIOSK_APP_LAUNCH_NO_NETWORK,
Tim Song 2013/09/05 21:57:43 I also removed this notification and replaced it w
+
// Sent when a kiosk app is launched.
NOTIFICATION_KIOSK_APP_LAUNCHED,
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/startup_app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698