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

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

Issue 2215993002: Allow changing metrics reporting state without callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 9563ccc4b197f38f96ddec0fe3032d159592b383..8b7a0384a3b6cb2d4d2aebafe12fecb9d8040b0d 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -217,7 +217,7 @@ class WizardController : public BaseScreenDelegate,
void OnDeviceDisabledChecked(bool device_disabled);
// Callback function after setting MetricsReporting.
- void InitiateMetricsReportingChangeCallback(bool enabled);
+ void OnChangeMetricsReportingState(bool enabled);
// Loads brand code on I/O enabled thread and stores to Local State.
void LoadBrandCodeFromFile();

Powered by Google App Engine
This is Rietveld 408576698