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

Unified Diff: ios/chrome/browser/reading_list/favicon_web_state_dispatcher_impl.h

Issue 2745313004: Remove all ReadingList entries on managed account signout. (Closed)
Patch Set: feedback 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
Index: ios/chrome/browser/reading_list/favicon_web_state_dispatcher_impl.h
diff --git a/ios/chrome/browser/reading_list/favicon_web_state_dispatcher_impl.h b/ios/chrome/browser/reading_list/favicon_web_state_dispatcher_impl.h
index aec990eae6a1ae7d1902fd8d014834b9257bfd42..e213fd25c050428016503f65c3ee1267af0ca74a 100644
--- a/ios/chrome/browser/reading_list/favicon_web_state_dispatcher_impl.h
+++ b/ios/chrome/browser/reading_list/favicon_web_state_dispatcher_impl.h
@@ -29,6 +29,7 @@ class FaviconWebStateDispatcherImpl : public FaviconWebStateDispatcher {
// FaviconWebStateDispatcher implementation.
std::unique_ptr<web::WebState> RequestWebState() override;
void ReturnWebState(std::unique_ptr<web::WebState> web_state) override;
+ void ReleaseAll() override;
private:
web::BrowserState* browser_state_;
« no previous file with comments | « ios/chrome/browser/reading_list/BUILD.gn ('k') | ios/chrome/browser/reading_list/favicon_web_state_dispatcher_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698