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

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 6 years, 1 month 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/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 e9d6859aed66540390112d83e25e7d1aff23282a..52306840074987d0765ff88e5c4870db4519b20e 100644
--- a/chrome/browser/renderer_host/chrome_render_message_filter.h
+++ b/chrome/browser/renderer_host/chrome_render_message_filter.h
@@ -118,6 +118,9 @@ class ChromeRenderMessageFilter : public content::BrowserMessageFilter {
void OnIsCrashReportingEnabled(bool* enabled);
#endif
+ void OnFieldTrialActivated(const std::string& trial_name,
Alexei Svitkine (slow) 2014/11/05 22:50:53 Nit: Maybe add a comment.
Georges Khalil 2014/11/06 18:36:28 Done.
+ const std::string& group_name);
+
const int render_process_id_;
// The Profile associated with our renderer process. This should only be

Powered by Google App Engine
This is Rietveld 408576698