Index: third_party/closure_compiler/externs/chrome_send_externs.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js b/third_party/closure_compiler/externs/chrome_send_externs.js |
similarity index 51% |
copy from chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js |
copy to third_party/closure_compiler/externs/chrome_send_externs.js |
index ec7999afeabaac98adb6ad748c24277504461b4a..3d55f1891cd38d88573e3ebfacc08dac5cf2d484 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js |
+++ b/third_party/closure_compiler/externs/chrome_send_externs.js |
@@ -3,8 +3,12 @@ |
// found in the LICENSE file. |
/** |
- * @fileoverview Loads the options script. |
- * |
+ * @fileoverview Externs for global |chrome| object. |
+ * @externs |
*/ |
-goog.require('cvox.OptionsPage'); |
+/** |
+ * @param {string} msg |
+ * @param {Array=} opt_args |
+ */ |
+chrome.send = function(msg, opt_args) {}; |