| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index 3ae89ba94378e08744c20600fae131a099bb738c..08999774f9eceb22682b5645ab2ddb8c88a2e085 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1367,12 +1367,7 @@ void BrowserView::ShowMobileSetup() {
|
| }
|
|
|
| void BrowserView::ShowKeyboardOverlay(gfx::NativeWindow owning_window) {
|
| -#if defined(TOOLKIT_USES_GTK)
|
| KeyboardOverlayDialogView::ShowDialog(owning_window, this);
|
| -#else
|
| - // TODO(saintlou): Add Keyboard Overlay for Aura: crbug.com/99858.
|
| - NOTIMPLEMENTED();
|
| -#endif
|
| }
|
| #endif
|
|
|
|
|