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

Unified Diff: chrome/browser/ui/webui/settings/settings_cookies_view_handler.h

Issue 2248683006: Site Settings Desktop: Implement individual cookie removal and RemoveAll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 4 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/ui/webui/settings/settings_cookies_view_handler.h
diff --git a/chrome/browser/ui/webui/settings/settings_cookies_view_handler.h b/chrome/browser/ui/webui/settings/settings_cookies_view_handler.h
index 0f1faa707d8e369a051460b11d0a6604a8b5c785..5bd36f0807b23b835c6fe88da3f2ffd0219c91b0 100644
--- a/chrome/browser/ui/webui/settings/settings_cookies_view_handler.h
+++ b/chrome/browser/ui/webui/settings/settings_cookies_view_handler.h
@@ -74,6 +74,9 @@ class CookiesViewHandler : public SettingsPageUIHandler,
std::unique_ptr<CookiesTreeModelUtil> model_util_;
+ // The callback ID for the current outstanding request.
+ std::string callback_id_;
+
DISALLOW_COPY_AND_ASSIGN(CookiesViewHandler);
};

Powered by Google App Engine
This is Rietveld 408576698