Index: ui/webui/resources/js/chrome_send_externs.js |
diff --git a/ui/webui/resources/js/chrome_send_externs.js b/ui/webui/resources/js/chrome_send_externs.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cf496440dd2e5b76a9a517e7dbe2efa5bc79907f |
--- /dev/null |
+++ b/ui/webui/resources/js/chrome_send_externs.js |
@@ -0,0 +1,14 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+/** |
+ * @fileoverview Externs for global |chrome| object. |
+ * @externs |
+ */ |
+ |
+/** |
+ * @param {string} msg |
+ * @param {Array=} opt_args |
+ */ |
+chrome.send = function(msg, opt_args) {}; |