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/metrics/chrome_metrics_service_accessor.h

Issue 2233443002: MD Settings: implement metrics reporting checkbox on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop-uma
Patch Set: remove 2 using 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/privacy_page/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/chrome_metrics_service_accessor.h
diff --git a/chrome/browser/metrics/chrome_metrics_service_accessor.h b/chrome/browser/metrics/chrome_metrics_service_accessor.h
index f5b94e722188a797d4f6bba3a2384ca9e7a743d4..b27ce9fdd573472454db8824e9e8e3faa1136c3f 100644
--- a/chrome/browser/metrics/chrome_metrics_service_accessor.h
+++ b/chrome/browser/metrics/chrome_metrics_service_accessor.h
@@ -62,6 +62,10 @@ class SRTFetcher;
class SRTGlobalError;
}
+namespace settings {
+class MetricsReportingHandler;
+}
+
namespace speech {
class ChromeSpeechRecognitionManagerDelegate;
}
@@ -94,6 +98,7 @@ class ChromeMetricsServiceAccessor : public metrics::MetricsServiceAccessor {
friend class options::BrowserOptionsHandler;
friend bool prerender::IsOmniboxEnabled(Profile* profile);
friend class safe_browsing::IncidentReportingService;
+ friend class settings::MetricsReportingHandler;
friend class speech::ChromeSpeechRecognitionManagerDelegate;
friend class StackSamplingConfiguration;
friend class system_logs::ChromeInternalLogSource;
« no previous file with comments | « no previous file | chrome/browser/resources/settings/privacy_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698