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

Unified Diff: ash/virtual_keyboard_controller.cc

Issue 820073009: Re-enables smart deploy by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 11 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 | « ash/system/ime/tray_ime_chromeos_unittest.cc ('k') | ash/virtual_keyboard_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/virtual_keyboard_controller.cc
diff --git a/ash/virtual_keyboard_controller.cc b/ash/virtual_keyboard_controller.cc
index d661603efb2d21ef138b75fa28851110c20efe5f..3ecc0bc271c1f3164438eebbd4b1c4ef2de29217 100644
--- a/ash/virtual_keyboard_controller.cc
+++ b/ash/virtual_keyboard_controller.cc
@@ -28,8 +28,8 @@ bool IsSmartVirtualKeyboardEnabled() {
keyboard::switches::kEnableVirtualKeyboard)) {
return false;
}
- return base::CommandLine::ForCurrentProcess()->HasSwitch(
- keyboard::switches::kEnableAutoVirtualKeyboard);
+ return !base::CommandLine::ForCurrentProcess()->HasSwitch(
+ keyboard::switches::kDisableSmartVirtualKeyboard);
}
} // namespace
« no previous file with comments | « ash/system/ime/tray_ime_chromeos_unittest.cc ('k') | ash/virtual_keyboard_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698