| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/content/voiceview.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/voiceview.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/voiceview.js
|
| index ba237a32bb7ef62701196e4bd32af2a059d13096..3991ce15b62411b277b3133f7cd057991b5c6d28 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/voiceview.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/voiceview.js
|
| @@ -19,9 +19,9 @@ goog.require('goog.async.Delay');
|
| goog.require('goog.dom.TagName');
|
| goog.require('goog.dom.classlist');
|
| goog.require('goog.style');
|
| +goog.require('i18n.input.chrome.ElementType');
|
| goog.require('i18n.input.chrome.inputview.Css');
|
| goog.require('i18n.input.chrome.inputview.elements.Element');
|
| -goog.require('i18n.input.chrome.inputview.elements.ElementType');
|
| goog.require('i18n.input.chrome.inputview.elements.content.SpanElement');
|
| goog.require('i18n.input.chrome.message.Name');
|
| goog.require('i18n.input.chrome.message.Type');
|
| @@ -30,7 +30,7 @@ goog.require('i18n.input.chrome.sounds.Sounds');
|
|
|
| goog.scope(function() {
|
| var Css = i18n.input.chrome.inputview.Css;
|
| -var ElementType = i18n.input.chrome.inputview.elements.ElementType;
|
| +var ElementType = i18n.input.chrome.ElementType;
|
| var FunctionalKey = i18n.input.chrome.inputview.elements.content.FunctionalKey;
|
| var Name = i18n.input.chrome.message.Name;
|
| var Sounds = i18n.input.chrome.sounds.Sounds;
|
| @@ -269,7 +269,6 @@ VoiceView.prototype.onConfirmPrivacyInfo_ = function() {
|
| };
|
|
|
|
|
| -
|
| /** @override */
|
| VoiceView.prototype.isVisible = function() {
|
| return this.visible_;
|
|
|