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

Unified Diff: chrome/browser/chromeos/login/webui_login_view.cc

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 years, 7 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 | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/webui_login_view.cc
diff --git a/chrome/browser/chromeos/login/webui_login_view.cc b/chrome/browser/chromeos/login/webui_login_view.cc
index 49561ee28079ba3c53ecf36a44620890b6466c28..493000572dee644dc1f5ccc1b337705407aad25b 100644
--- a/chrome/browser/chromeos/login/webui_login_view.cc
+++ b/chrome/browser/chromeos/login/webui_login_view.cc
@@ -33,10 +33,6 @@
#include "ui/views/controls/webview/webview.h"
#include "ui/views/widget/widget.h"
-#if defined(USE_VIRTUAL_KEYBOARD)
-#include "chrome/browser/ui/virtual_keyboard/virtual_keyboard_manager.h"
-#endif
-
using content::NativeWebKeyboardEvent;
using content::RenderViewHost;
using content::WebContents;
@@ -131,10 +127,6 @@ WebUILoginView::WebUILoginView()
chrome::NOTIFICATION_WIZARD_FIRST_SCREEN_SHOWN,
content::NotificationService::AllSources());
-#if defined(USE_VIRTUAL_KEYBOARD)
- // Make sure the singleton VirtualKeyboardManager object is created.
- VirtualKeyboardManager::GetInstance();
-#endif
accel_map_[ui::Accelerator(ui::VKEY_Z,
ui::EF_CONTROL_DOWN | ui::EF_ALT_DOWN)] =
kAccelNameAccessibility;
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698