| 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 810128a89a3dcd5918266c9756424f6bfb18a567..39a197dc654062baebe8caa22f982f035f3e8828 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
|
| @@ -79,7 +79,7 @@ cr.define('settings', function() {
|
| /**
|
| * Gets the default value for a site settings category.
|
| * @param {string} contentType The name of the category to query.
|
| - * @return {Promise<boolean>}
|
| + * @return {Promise<string>} The string value of the default setting.
|
| */
|
| getDefaultValueForContentType: function(contentType) {},
|
|
|
|
|