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

Unified Diff: chrome/browser/metrics/chrome_metrics_service_accessor.h

Issue 2596093002: Create a synthetic field trial for precache. (Closed)
Patch Set: Rebase. Created 3 years, 11 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/precache/precache_util.cc » ('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 04df2f9a93a6cd4b4125a4f77b0865b34e5b0d98..02a2fdac75e42ab050f4dee2ce13f7633bbd213b 100644
--- a/chrome/browser/metrics/chrome_metrics_service_accessor.h
+++ b/chrome/browser/metrics/chrome_metrics_service_accessor.h
@@ -49,6 +49,10 @@ namespace options {
class BrowserOptionsHandler;
}
+namespace precache {
+void RegisterPrecacheSyntheticFieldTrial(base::Time);
+}
+
namespace prerender {
bool IsOmniboxEnabled(Profile* profile);
}
@@ -107,6 +111,7 @@ class ChromeMetricsServiceAccessor : public metrics::MetricsServiceAccessor {
bool,
const OnMetricsReportingCallbackType&);
friend class options::BrowserOptionsHandler;
+ friend void precache::RegisterPrecacheSyntheticFieldTrial(base::Time);
friend bool prerender::IsOmniboxEnabled(Profile* profile);
friend class settings::MetricsReportingHandler;
friend class speech::ChromeSpeechRecognitionManagerDelegate;
« no previous file with comments | « no previous file | chrome/browser/precache/precache_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698