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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10917120: Activate the VariationsService for ChromeOS and ensure that it does not ping the server until the E… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: one more asvit nit Created 8 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
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index fa7db77a410c98f0f559a07d91b24ee15121d5d3..163d3bf6c5b3308ae191975fe579f9528e37a8ed 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1022,6 +1022,10 @@ enum NotificationType {
// First paint event after this fires NOTIFICATION_LOGIN_WEBUI_VISIBLE.
NOTIFICATION_WIZARD_FIRST_SCREEN_SHOWN,
+ // Sent when the EULA has been accepted in the first-run wizard. This is never
+ // sent if the EULA was already accepted at startup.
+ NOTIFICATION_WIZARD_EULA_ACCEPTED,
+
// Sent when the specific part of login WebUI is considered to be visible.
// That moment is tracked as the first paint event after one of the:
// 1. NOTIFICATION_LOGIN_USER_IMAGES_LOADED

Powered by Google App Engine
This is Rietveld 408576698