Index: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc |
diff --git a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc |
index f530490d1c77f5a7f9cc94ec73579cc4b2c3a123..35b19803086743f6b29a81f6aabd2bb4c0aff1e5 100644 |
--- a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc |
+++ b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc |
@@ -107,12 +107,9 @@ void ChromeBrowserMainExtraPartsAsh::PostProfileInit() { |
// Initialize TabScrubber after the Ash Shell has been initialized. |
TabScrubber::GetInstance(); |
// Activate virtual keyboard after profile is initialized. It depends on the |
- // default profile. If keyboard usability experiment flag is set, defer the |
- // activation to UpdateWindow() in virtual_keyboard_window_controller.cc. |
- if (!keyboard::IsKeyboardUsabilityExperimentEnabled()) { |
- ash::Shell::GetPrimaryRootWindowController()->ActivateKeyboard( |
- keyboard::KeyboardController::GetInstance()); |
- } |
+ // default profile. |
+ ash::Shell::GetPrimaryRootWindowController()->ActivateKeyboard( |
+ keyboard::KeyboardController::GetInstance()); |
} |
void ChromeBrowserMainExtraPartsAsh::PostMainMessageLoopRun() { |