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 186c5ed55bc2f0283c52d60a28dd25b4094f0cd7..d021e0cc35afed672f6f25ff6744f9d428855163 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 |
@@ -95,12 +95,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( |
- ash::Shell::GetInstance()->keyboard_controller()); |
- } |
+ // default profile. |
+ ash::Shell::GetPrimaryRootWindowController()->ActivateKeyboard( |
+ ash::Shell::GetInstance()->keyboard_controller()); |
} |
void ChromeBrowserMainExtraPartsAsh::PostMainMessageLoopRun() { |