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

Unified Diff: ash/common/ash_switches.cc

Issue 2575183002: chromeos: Tie tablet power button to --enable-touchview. (Closed)
Patch Set: add switch namespaces :-/ Created 4 years 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 | « ash/common/ash_switches.h ('k') | ash/system/chromeos/power/tablet_power_button_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index 10e91909d23dbae1a44c2c09a665204f808a4cc4..d3d957174c9567ff16cf2d2a67287104cea5da74 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -60,11 +60,6 @@ const char kAshEnablePalette[] = "ash-enable-palette";
// Enables the palette on every display, instead of only the internal one.
const char kAshEnablePaletteOnAllDisplays[] =
"ash-enable-palette-on-all-displays";
-
-// Enables tablet power button behavior for convertible/tablet devices.
-// TODO(warx): Enable or remove this switch once crbug.com/633304 is fully
-// finished.
-const char kAshEnableTabletPowerButton[] = "ash-enable-tablet-power-button";
#endif
// Enables the observation of accelerometer events to enter touch-view mode.
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/system/chromeos/power/tablet_power_button_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698