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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.h

Issue 700953002: Send all field trials from the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@finch4
Patch Set: Responded to comments. Created 5 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 | « base/metrics/field_trial_unittest.cc ('k') | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/chrome_render_message_filter.h
diff --git a/chrome/browser/renderer_host/chrome_render_message_filter.h b/chrome/browser/renderer_host/chrome_render_message_filter.h
index 4ece8753305f4e2ce635360fe42bcdd2e763a906..f7e9bc245793ead7d147948ef44f16b61f891084 100644
--- a/chrome/browser/renderer_host/chrome_render_message_filter.h
+++ b/chrome/browser/renderer_host/chrome_render_message_filter.h
@@ -122,6 +122,10 @@ class ChromeRenderMessageFilter : public content::BrowserMessageFilter {
void OnIsCrashReportingEnabled(bool* enabled);
#endif
+ // Called when a message is received from a renderer that a trial has been
+ // activated (ChromeViewHostMsg_FieldTrialActivated).
+ void OnFieldTrialActivated(const std::string& trial_name);
+
const int render_process_id_;
// The Profile associated with our renderer process. This should only be
« no previous file with comments | « base/metrics/field_trial_unittest.cc ('k') | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698