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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.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/screen_observer.h ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ea15f2b0ea4eb8c6a7588e9f21f1fa169c5d1b17..1a703d91ca9a0ecd337af1e014fbddf30ffe8fb5 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -215,8 +215,6 @@ class WizardController : public ScreenObserver {
const std::string& password) OVERRIDE;
virtual void SetUsageStatisticsReporting(bool val) OVERRIDE;
virtual bool GetUsageStatisticsReporting() const OVERRIDE;
- virtual void SetRlzEnabled(bool val) OVERRIDE;
- virtual bool GetRlzEnabled() const OVERRIDE;
// Switches from one screen to another.
void SetCurrentScreen(WizardScreen* screen);
@@ -281,9 +279,6 @@ class WizardController : public ScreenObserver {
// during wizard lifetime.
bool usage_statistics_reporting_;
- // Whether RLZ tracking is enabled.
- bool rlz_enabled_;
-
// If true then update check is cancelled and enrollment is started after
// EULA is accepted.
bool skip_update_enroll_after_eula_;
« no previous file with comments | « chrome/browser/chromeos/login/screen_observer.h ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698