Skip to content

Commit

Permalink
gpu: Allow passing --trace-to-console to GPU process
Browse files Browse the repository at this point in the history
BUG=none
TEST=chrome --trace-to-console=ozone

Review URL: https://codereview.chromium.org/335103006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279549 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
spang@chromium.org committed Jun 24, 2014
1 parent e78b45c commit 9820ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/browser/gpu/gpu_process_host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
switches::kNoSandbox,
switches::kTestGLLib,
switches::kTraceStartup,
switches::kTraceToConsole,
switches::kV,
switches::kVModule,
#if defined(OS_MACOSX)
Expand Down

0 comments on commit 9820ee2

Please sign in to comment.