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

Side by Side Diff: chrome/common/chrome_notification_types.h

Issue 10382197: Add PyAuto test for DeviceGuestModeEnabled policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Grammar/spelling fixes in comment. Created 8 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
7 #pragma once 7 #pragma once
8 8
9 #include "content/public/browser/notification_types.h" 9 #include "content/public/browser/notification_types.h"
10 10
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 // Sent when a chromium os user attempts to log in. The source is 866 // Sent when a chromium os user attempts to log in. The source is
867 // all and the details are AuthenticationNotificationDetails. 867 // all and the details are AuthenticationNotificationDetails.
868 NOTIFICATION_LOGIN_AUTHENTICATION, 868 NOTIFICATION_LOGIN_AUTHENTICATION,
869 869
870 // Sent when webui lock screen is ready. 870 // Sent when webui lock screen is ready.
871 NOTIFICATION_LOCK_WEBUI_READY, 871 NOTIFICATION_LOCK_WEBUI_READY,
872 872
873 // Sent when webui login screen is ready and gaia iframe has loaded. 873 // Sent when webui login screen is ready and gaia iframe has loaded.
874 NOTIFICATION_LOGIN_WEBUI_READY, 874 NOTIFICATION_LOGIN_WEBUI_READY,
875 875
876 // Sent when the WebUI account picker is ready.
877 NOTIFICATION_ACCOUNT_PICKER_WEBUI_READY,
878
876 // Sent when the user images on the WebUI login screen have all been loaded. 879 // Sent when the user images on the WebUI login screen have all been loaded.
877 NOTIFICATION_LOGIN_USER_IMAGES_LOADED, 880 NOTIFICATION_LOGIN_USER_IMAGES_LOADED,
878 881
879 // Sent when proxy dialog is closed. 882 // Sent when proxy dialog is closed.
880 NOTIFICATION_LOGIN_PROXY_CHANGED, 883 NOTIFICATION_LOGIN_PROXY_CHANGED,
881 884
882 // Sent when a network error message is displayed on the WebUI login screen. 885 // Sent when a network error message is displayed on the WebUI login screen.
883 NOTIFICATION_LOGIN_NETWORK_ERROR_SHOWN, 886 NOTIFICATION_LOGIN_NETWORK_ERROR_SHOWN,
884 887
885 // Sent when the user list has changed due to a policy change. 888 // Sent when the user list has changed due to a policy change.
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 // Currently only Content and Chrome define and use notifications. 1119 // Currently only Content and Chrome define and use notifications.
1117 // Custom notifications not belonging to Content and Chrome should start 1120 // Custom notifications not belonging to Content and Chrome should start
1118 // from here. 1121 // from here.
1119 NOTIFICATION_CHROME_END, 1122 NOTIFICATION_CHROME_END,
1120 }; 1123 };
1121 1124
1122 } // namespace chrome 1125 } // namespace chrome
1123 1126
1124 1127
1125 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 1128 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698