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

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

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)
Patch Set: Convert FieldTrialActivated to use mojo. Created 4 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 afb9538a0af45ad90b8de0ec0a22bb7baae38298..f40b66ab56de62ff0b073eb53b8825b82845bbf8 100644
--- a/chrome/browser/renderer_host/chrome_render_message_filter.h
+++ b/chrome/browser/renderer_host/chrome_render_message_filter.h
@@ -127,10 +127,6 @@ 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 | « chrome/browser/field_trial_recorder.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