| 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.
|
|
|