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

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

Issue 506663003: Consolidates accessing and setting the UMA pref to be within metrics code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor changes and fixes Created 6 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 5e4d3cbe468fed449eb6fb013c0cf6724e985833..55693201b80c0204af0f17eb0712fbde0c7155e4 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -213,6 +213,9 @@ class WizardController : public ScreenObserver, public ScreenManager {
void OnControllerPairingFinished();
void OnHostPairingFinished();
+ // Callback function after setting MetricsReporting.
+ void InitiateMetricsReportingChangeCallback(bool enabled);
+
// Loads brand code on I/O enabled thread and stores to Local State.
void LoadBrandCodeFromFile();
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | chrome/browser/metrics/metrics_reporting_state.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698