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

Unified Diff: ash/system/chromeos/power/tablet_power_button_controller_unittest.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.cc ('k') | ash/wm/power_button_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/power/tablet_power_button_controller_unittest.cc
diff --git a/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc b/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc
index 6675c9f4065713fd0249e5e6e926c8456ab83a06..812c9993ddde6b569142070399dbdf6f2f8ea11f 100644
--- a/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc
+++ b/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc
@@ -52,8 +52,6 @@ class TabletPowerButtonControllerTest : public AshTestBase {
dbus_setter->SetPowerManagerClient(base::WrapUnique(power_manager_client_));
base::CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kAshEnableTouchViewTesting);
- base::CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kAshEnableTabletPowerButton);
AshTestBase::SetUp();
lock_state_controller_ = Shell::GetInstance()->lock_state_controller();
« no previous file with comments | « ash/common/ash_switches.cc ('k') | ash/wm/power_button_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698