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

Unified Diff: cc/base/switches.cc

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 2 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 | « cc/base/switches.h ('k') | cc/blimp/layer_tree_host_remote.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 483c2e392a598a0a3f402dcc1dec86247cea0441..3d2fa44a324be9f96c7910d2ce83025033380eab 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -30,11 +30,13 @@ const char kDisableMainFrameBeforeActivation[] =
const char kEnableMainFrameBeforeActivation[] =
"enable-main-frame-before-activation";
-// Percentage of the top controls need to be hidden before they will auto hide.
-const char kTopControlsHideThreshold[] = "top-controls-hide-threshold";
+// Percentage of the browser controls need to be hidden before they will auto
+// hide.
+const char kBrowserControlsHideThreshold[] = "top-controls-hide-threshold";
-// Percentage of the top controls need to be shown before they will auto show.
-const char kTopControlsShowThreshold[] = "top-controls-show-threshold";
+// Percentage of the browser controls need to be shown before they will auto
+// show.
+const char kBrowserControlsShowThreshold[] = "top-controls-show-threshold";
// Re-rasters everything multiple times to simulate a much slower machine.
// Give a scale factor to cause raster to take that many times longer to
« no previous file with comments | « cc/base/switches.h ('k') | cc/blimp/layer_tree_host_remote.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698