| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 80e26d1ea1dc9e8594c278286db6e409fc501fa4..3d7ef6f3bcd66e838a37fd3569fc8fd3cb7a336b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1224,10 +1224,6 @@ const char kEnableMobileSetupDialog[] = "enable-mobile-dialog";
|
| // Enables support for policy-configured networks.
|
| const char kEnableONCPolicy[] = "enable-onc-policy";
|
|
|
| -// Rotates the screen in response to orientation changed events from dbus. Will
|
| -// be reused for more generic sensors.
|
| -const char kEnableSensors[] = "enable-sensors";
|
| -
|
| // Enables static ip configuration. This flag should be removed when it's on by
|
| // default.
|
| const char kEnableStaticIPConfig[] = "enable-static-ip-config";
|
|
|