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

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

Issue 2732213004: Move FieldTrialRecorder mojom to content (Closed)
Patch Set: review 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
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

Powered by Google App Engine
This is Rietveld 408576698