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

Unified Diff: chrome/browser/ui/ash/chrome_keyboard_ui.cc

Issue 2445293002: Make the virtual keyboard show up on the display with input focus. (Closed)
Patch Set: rebase & update Created 4 years, 1 month 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
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 f812b6fc7a94c8d7adc66d8f09539b864ec25df4..209b1b62c3aacae238665b746d4e9a388bc99d3d 100644
--- a/chrome/browser/ui/ash/chrome_keyboard_ui.cc
+++ b/chrome/browser/ui/ash/chrome_keyboard_ui.cc
@@ -190,11 +190,6 @@ void ChromeKeyboardUI::RenderViewCreated(
}
void ChromeKeyboardUI::ShowKeyboardContainer(aura::Window* container) {
- // TODO(bshe): Implement logic to decide which root window should display
- // virtual keyboard. http://crbug.com/303429
- if (container->GetRootWindow() != ash::Shell::GetPrimaryRootWindow())
- NOTIMPLEMENTED();
-
KeyboardUIContent::ShowKeyboardContainer(container);
}

Powered by Google App Engine
This is Rietveld 408576698