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

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: Addressed comments, added unit tests 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 9b1dc0392dd5036bf06db227bc035b4009fecec7..6fb96639a9ad86e1b6e93f32b2500ba0e226a5ee 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -863,6 +863,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kShowOccludingRects,
cc::switches::kTraceOverdraw,
cc::switches::kTopControlsHeight,
+ cc::switches::kTopControlsShowThreshold,
+ cc::switches::kTopControlsHideThreshold,
cc::switches::kSlowDownRasterScaleFactor,
cc::switches::kUseCheapnessEstimator,
};

Powered by Google App Engine
This is Rietveld 408576698