Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 7c9ca1a4fd0b26655b3f70cb2d62069f3e7ae6c7..2be9305fce922d67825ecd0598a6f27525d1ff00 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -424,6 +424,9 @@ const char kOobeTimerInterval[] = "oobe-timer-interval"; |
// See FakeDBusThreadManager::ParsePowerCommandLineSwitch for full details. |
const char kPowerStub[] = "power-stub"; |
+// Enables scalable views and debugging features associated with it. |
+const char kEnableScalableViews[] = "enable-scalable-views"; |
+ |
// Overrides network stub behavior. By default, ethernet, wifi and vpn are |
// enabled, and transitions occur instantaneously. Multiple options can be |
// comma separated (no spaces). Note: all options are in the format 'foo=x'. |