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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 9250029: Enable KeyboardOverlayDialog on aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the alignment nit. Created 8 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 | « no previous file | chrome/browser/ui/views/keyboard_overlay_dialog_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/ui/views/keyboard_overlay_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698