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

Unified Diff: chrome/browser/automation/automation_provider_observers.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/automation/automation_provider_observers.h
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
index b8e4966458e98082edb6ecb0e16910729823f103..f4279feddf31021cc48909bfb607823a0f939249 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -722,6 +722,7 @@ class WizardControllerObserver : public chromeos::WizardController::Observer,
// chromeos::WizardController::Observer overrides:
virtual void OnScreenChanged(chromeos::WizardScreen* next_screen) OVERRIDE;
virtual void OnSessionStart() OVERRIDE;
+ virtual void OnEulaAccepted() OVERRIDE;
// content::NotificationObserver overrides:
void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698