| 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 459caec798d709d413b4f91092a940c8666f2688..602bc5073f3ffc72698d464579d80ee0327d5e79 100644
|
| --- a/chrome/browser/resources/uber/uber_utils.js
|
| +++ b/chrome/browser/resources/uber/uber_utils.js
|
| @@ -108,8 +108,8 @@ 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=} opt_params Optional property bag of parameters to pass to
|
| - * the invoked method.
|
| + * @param {(Object|number|boolean)=} opt_params Optional property bag of
|
| + * parameters to pass to the invoked method.
|
| * @private
|
| */
|
| function invokeMethodOnParent(method, opt_params) {
|
| @@ -122,8 +122,8 @@ cr.define('uber', function() {
|
| /**
|
| * Invokes a method on the target window.
|
| * @param {string} method The name of the method to invoke.
|
| - * @param {Object=} opt_params Optional property bag of parameters to pass to
|
| - * the invoked method.
|
| + * @param {(Object|number|boolean)=} opt_params Optional property bag of
|
| + * parameters to pass to the invoked method.
|
| * @param {string=} opt_url The origin of the target window.
|
| * @private
|
| */
|
|
|