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

Unified Diff: content/public/renderer/render_thread.h

Issue 2732213004: Move FieldTrialRecorder mojom to content (Closed)
Patch Set: initialize FieldTrialList for RenderThreadImplBrowserTest Created 3 years, 9 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 | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_thread.h
diff --git a/content/public/renderer/render_thread.h b/content/public/renderer/render_thread.h
index 3e1759c9d35bb21ae158034a4db0a344cc494acd..e489c1b118b563931d203f00c712f09cccc57381 100644
--- a/content/public/renderer/render_thread.h
+++ b/content/public/renderer/render_thread.h
@@ -111,6 +111,10 @@ class CONTENT_EXPORT RenderThread : virtual public ChildThread {
virtual scoped_refptr<base::SingleThreadTaskRunner> GetTimerTaskRunner() = 0;
virtual scoped_refptr<base::SingleThreadTaskRunner>
GetLoadingTaskRunner() = 0;
+
+ // Tells the renderer that a field trial was activated.
+ virtual void SetFieldTrialGroup(const std::string& trial_name,
+ const std::string& group_name) = 0;
};
} // namespace content
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698