| 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 05035f40bdf70bf049553735c518306191e68038..651257799ea56235bdc92ae0301a28b2e7da055e 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
|
| @@ -106,7 +106,7 @@ cr.define('settings', function() {
|
| /**
|
| * Gets the cookie details for a particular site.
|
| * @param {string} site The name of the site.
|
| - * @return {!Promise<!CookieDataSummaryItem>}
|
| + * @return {!Promise<!CookieList>}
|
| */
|
| getCookieDetails: function(site) {},
|
|
|
|
|