| Index: chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
|
| diff --git a/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js b/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
|
| index 3ba16931c8b26a9e3d8b0ae0f440693cda8e7dc1..d38528d18a3deed339a8e1fa9d3818aa5d3c5b88 100644
|
| --- a/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
|
| +++ b/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
|
| @@ -78,7 +78,7 @@ cr.define('settings', function() {
|
| * @param {!string} secondaryPattern The embedding origin to change
|
| * (secondary pattern).
|
| * @param {!number} contentType The category to change.
|
| - * @param {!number} value The value to change the permission to.
|
| + * @param {!string} value The value to change the permission to.
|
| */
|
| setCategoryPermissionForOrigin: function(
|
| primaryPattern, secondaryPattern, contentType, value) {},
|
|
|