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

Unified Diff: chrome/browser/resources/options2/language_options.js

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
Index: chrome/browser/resources/options2/language_options.js
diff --git a/chrome/browser/resources/options2/language_options.js b/chrome/browser/resources/options2/language_options.js
index ac9d532c1ca5e85a6de4483585348883587ea69b..fa6067e9a796dba4acf73a0abcc817a6a0ffb635 100644
--- a/chrome/browser/resources/options2/language_options.js
+++ b/chrome/browser/resources/options2/language_options.js
@@ -118,17 +118,6 @@ cr.define('options', function() {
$('language-confirm').onclick =
OptionsPage.closeOverlay.bind(OptionsPage);
-
- // Listen to user clicks on the "Change touch keyboard settings..."
- // button (if it exists).
- var virtualKeyboardButton = $('language-options-virtual-keyboard');
- if (virtualKeyboardButton) {
- // TODO(yusukes): would be better to hide the button if no virtual
- // keyboard is registered.
- virtualKeyboardButton.onclick = function(e) {
- OptionsPage.navigateToPage('virtualKeyboards');
- };
- }
},
// The preference is a boolean that enables/disables spell checking.
« no previous file with comments | « chrome/browser/resources/options2/language_options.html ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698