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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 10532058: added gpu_benchmarking_extension boilerplate and hooked it up to a new switch. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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 | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/gpu_benchmarking_extension.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index b681bee1f92d6f92ebf93cc31d132819b8d9a6c3..c1360c0649e278d21ffa28a3461017a354087b0e 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -677,6 +677,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableGamepad,
switches::kEnableGPUServiceLogging,
switches::kEnableGPUClientLogging,
+ switches::kEnableGpuBenchmarking,
nduca 2012/06/08 00:36:03 Looks like we use all-caps GPU here for this kind
dmurph 2012/06/08 18:36:22 Hm, well all of the switches in content_switches u
switches::kEnableLogging,
switches::kEnableMediaSource,
switches::kEnablePeerConnection,
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/gpu_benchmarking_extension.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698