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

Unified Diff: chrome/browser/chromeos/login/eula_screen_actor.h

Issue 11473019: [cros,rlz] Remove RLZ checkbox from OOBE UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back old strings Created 8 years 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 | « chrome/browser/chromeos/login/eula_screen.cc ('k') | chrome/browser/chromeos/login/mock_screen_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/eula_screen_actor.h
diff --git a/chrome/browser/chromeos/login/eula_screen_actor.h b/chrome/browser/chromeos/login/eula_screen_actor.h
index 83386de18a6882f2b326c0141ab4777124f44d7a..d7d06e85977ffe1ca6c3ed1a6f63d4798ae68248 100644
--- a/chrome/browser/chromeos/login/eula_screen_actor.h
+++ b/chrome/browser/chromeos/login/eula_screen_actor.h
@@ -27,9 +27,7 @@ class EulaScreenActor {
// Called when screen is exited. |accepted| indicates if EULA was
// accepted or not.
- virtual void OnExit(bool accepted,
- bool usage_stats_enabled,
- bool rlz_enabled) = 0;
+ virtual void OnExit(bool accepted, bool usage_stats_enabled) = 0;
// Initiate TPM password fetch. Will call actor's OnPasswordFetched() when
// done.
« no previous file with comments | « chrome/browser/chromeos/login/eula_screen.cc ('k') | chrome/browser/chromeos/login/mock_screen_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698