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

Unified Diff: ui/webui/resources/js/chrome_send_externs.js

Issue 369643002: Lay groudwork to Closure compile JavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more compiled Created 6 years, 5 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: 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) {};

Powered by Google App Engine
This is Rietveld 408576698