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

Unified Diff: chrome/gpu/chrome_content_gpu_client.cc

Issue 2514593002: Field trial synchronization to PPAPI process. (Closed)
Patch Set: Fix namespace. 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
« no previous file with comments | « chrome/gpu/chrome_content_gpu_client.h ('k') | chrome/renderer/chrome_render_thread_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/chrome_content_gpu_client.cc
diff --git a/chrome/gpu/chrome_content_gpu_client.cc b/chrome/gpu/chrome_content_gpu_client.cc
index 25085f3c8f46ec4ca60d0a1ae4031a6f309ba35a..368c24d272ba335435212bf2b5dd98783248ab5b 100644
--- a/chrome/gpu/chrome_content_gpu_client.cc
+++ b/chrome/gpu/chrome_content_gpu_client.cc
@@ -71,8 +71,9 @@ void ChromeContentGpuClient::Initialize(
// No need for field trial syncer if we're in the browser process.
if (!command_line.HasSwitch(switches::kInProcessGPU)) {
field_trial_syncer_.reset(
- new chrome_variations::ChildProcessFieldTrialSyncer(observer));
- field_trial_syncer_->InitFieldTrialObserving(command_line);
+ new variations::ChildProcessFieldTrialSyncer(observer));
+ field_trial_syncer_->InitFieldTrialObserving(command_line,
+ switches::kSingleProcess);
}
}
« no previous file with comments | « chrome/gpu/chrome_content_gpu_client.h ('k') | chrome/renderer/chrome_render_thread_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698