summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/renderer_host/render_process_host_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/renderer_host/render_process_host_impl.cc')
-rw-r--r--chromium/content/browser/renderer_host/render_process_host_impl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/browser/renderer_host/render_process_host_impl.cc b/chromium/content/browser/renderer_host/render_process_host_impl.cc
index ca79365591c..e4256767970 100644
--- a/chromium/content/browser/renderer_host/render_process_host_impl.cc
+++ b/chromium/content/browser/renderer_host/render_process_host_impl.cc
@@ -1931,7 +1931,9 @@ bool RenderProcessHostImpl::Init() {
// Call the embedder first so that their IPC filters have priority.
GetContentClient()->browser()->RenderProcessWillLaunch(this);
+#ifndef TOOLKIT_QT
FieldTrialSynchronizer::UpdateRendererVariationsHeader(this);
+#endif
#if defined(OS_ANDROID)
// Initialize the java audio manager so that media session tests will pass.