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

Unified Diff: chrome/browser/resources/uber/uber_utils.js

Issue 501153005: uber: compile fixes + .gyp file to build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 years, 4 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
« no previous file with comments | « chrome/browser/resources/uber/uber.js ('k') | third_party/closure_compiler/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber_utils.js
diff --git a/chrome/browser/resources/uber/uber_utils.js b/chrome/browser/resources/uber/uber_utils.js
index ff8697eed62221075a0d6c0b9bf605bc2084d9db..41db7e90aad466dbc71823bd3208775d2865a6f6 100644
--- a/chrome/browser/resources/uber/uber_utils.js
+++ b/chrome/browser/resources/uber/uber_utils.js
@@ -114,7 +114,7 @@ cr.define('uber', function() {
* Invokes a method on the parent window (UberPage). This is a convenience
* method for API calls into the uber page.
* @param {string} method The name of the method to invoke.
- * @param {(Object|number)=} opt_params Optional property bag of parameters
+ * @param {?=} opt_params Optional property bag of parameters
* to pass to the invoked method.
* @private
*/
@@ -128,8 +128,8 @@ cr.define('uber', function() {
/**
* Invokes a method on the target window.
* @param {string} method The name of the method to invoke.
- * @param {(Object|number)=} opt_params Optional property bag of parameters
- * to pass to the invoked method.
+ * @param {?=} opt_params Optional property bag of
+ * parameters to pass to the invoked method.
* @param {string=} opt_url The origin of the target window.
* @private
*/
« no previous file with comments | « chrome/browser/resources/uber/uber.js ('k') | third_party/closure_compiler/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698