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

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: touchups 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
dschuyler 2016/10/26 00:18:38 These were incorrect (may have been accurate at on
+ * @return {!Promise<CookieList>} Returns the full cookie
* 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