Chromium Code Reviews| 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 10e158411c77f2602376f05bb9c1e1f27600981c..1f3007d9786346239d6a66b248ca3648a36f0d42 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 |
| @@ -157,7 +157,7 @@ cr.define('settings', function() { |
| /** |
| * Reloads all cookies. |
| - * @return {!Promise<Array<CookieDataSummaryItem>>} Returns the full cookie |
| + * @return {!Promise<CookieList>} Returns the full cookie |
|
Dan Beam
2016/10/27 01:31:55
arguably these should be !CookieList (unless they
dschuyler
2016/10/27 20:47:35
Done.
|
| * list. |
| */ |
| reloadCookies: function() {}, |
| @@ -178,7 +178,7 @@ cr.define('settings', function() { |
| /** |
| * Removes all cookies. |
| - * @return {!Promise<Array<CookieDataSummaryItem>>} Returns the up to date |
| + * @return {!Promise<CookieList>} Returns the up to date |
| * cookie list once deletion is complete (empty list). |
| */ |
| removeAllCookies: function() {}, |