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..874ff4ba6266744603f3c726176a1e14824d8db5 100644 |
--- a/chrome/browser/resources/uber/uber_utils.js |
+++ b/chrome/browser/resources/uber/uber_utils.js |
@@ -114,8 +114,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|number)=} 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) { |
@@ -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 {(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 |
*/ |