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

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

Issue 2562573003: Create a synthetic field trial for precache (Closed)
Patch Set: Created 4 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
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..b11bb9d7ce555e99a52ac22ac7b915c8a382b9fd 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(const 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(const 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_manager_factory.cc » ('j') | chrome/browser/precache/precache_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698