| Index: chrome/browser/ui/ash/chrome_keyboard_ui.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_keyboard_ui.cc b/chrome/browser/ui/ash/chrome_keyboard_ui.cc
|
| index 18efdcefca1eafc321a2bb2e5a4d89639f9b39d0..71408e68f8cacf876dc124e0b36f81c404faf789 100644
|
| --- a/chrome/browser/ui/ash/chrome_keyboard_ui.cc
|
| +++ b/chrome/browser/ui/ash/chrome_keyboard_ui.cc
|
| @@ -143,7 +143,7 @@ void ChromeKeyboardUI::RequestAudioInput(
|
| }
|
|
|
| void ChromeKeyboardUI::SetupWebContents(content::WebContents* contents) {
|
| - extensions::SetViewType(contents, extensions::VIEW_TYPE_VIRTUAL_KEYBOARD);
|
| + extensions::SetViewType(contents, extensions::VIEW_TYPE_COMPONENT);
|
| extensions::ChromeExtensionWebContentsObserver::CreateForWebContents(
|
| contents);
|
| Observe(contents);
|
|
|