Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3016)

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js

Issue 2451553008: [MD settings] move cookie tree management to cookie tree behavior (Closed)
Patch Set: cleanup extraneous if Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {},

Powered by Google App Engine
This is Rietveld 408576698