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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.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: init 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/browser/chromeos/login/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index b83f619727cfe49a8671991ef7f232adb5685125..86a26d93248c189deff5a967dac35a8b9e71f21d 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -49,6 +49,9 @@ class WizardController : public ScreenObserver {
// Called after the browser session has started.
virtual void OnSessionStart() = 0;
+
+ // Called after the EULA has been accepted.
+ virtual void OnEulaAccepted() = 0;
};
WizardController(LoginDisplayHost* host, OobeDisplay* oobe_display);

Powered by Google App Engine
This is Rietveld 408576698