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

Unified Diff: components/reading_list/ios/favicon_web_state_dispatcher.h

Issue 2770723004: Remove all ReadingList entries on managed account signout. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/reading_list/ios/favicon_web_state_dispatcher.h
diff --git a/components/reading_list/ios/favicon_web_state_dispatcher.h b/components/reading_list/ios/favicon_web_state_dispatcher.h
index 4ffcbae2bfd2b63003cdd0415fce4101339a5566..a92217bd6ab1800e56d9c3c9fc1c2b802a8297ef 100644
--- a/components/reading_list/ios/favicon_web_state_dispatcher.h
+++ b/components/reading_list/ios/favicon_web_state_dispatcher.h
@@ -24,6 +24,9 @@ class FaviconWebStateDispatcher {
// returned.
virtual void ReturnWebState(std::unique_ptr<web::WebState> web_state) = 0;
+ // Releases all the WebState currently retained for favicon fetching.
+ virtual void ReleaseAll() = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(FaviconWebStateDispatcher);
};
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698