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

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

Issue 12210050: Expose FS show/hide thresholds to Command Line (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 10 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/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 e5cb16531835bd785635d43139e9212f6e54e2f5..63e9901228e15f42bc7f9f43b4229db991f772f7 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -865,6 +865,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kTraceAllRenderedFrames,
cc::switches::kTraceOverdraw,
cc::switches::kTopControlsHeight,
+ cc::switches::kTopControlsShowThreshold,
+ cc::switches::kTopControlsHideThreshold,
cc::switches::kSlowDownRasterScaleFactor,
cc::switches::kUseCheapnessEstimator,
cc::switches::kLowResolutionContentsScaleFactor,
« no previous file with comments | « cc/top_controls_manager_unittest.cc ('k') | content/public/android/java/src/org/chromium/content/common/CommandLine.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698