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

Unified Diff: ios/shared/chrome/browser/tabs/fake_web_state_list_delegate.mm

Issue 2768093003: [ios] Extend WebStateListObserver amd WebStateListDelegate APIs. (Closed)
Patch Set: Remove duplicated method. 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/shared/chrome/browser/tabs/fake_web_state_list_delegate.mm
diff --git a/ios/shared/chrome/browser/tabs/fake_web_state_list_delegate.mm b/ios/shared/chrome/browser/tabs/fake_web_state_list_delegate.mm
index 75ee257766f360575f9cecf442a567a51eaaa75a..2a3e992c9f47f1e05a807ab3fd488e1848fca4bd 100644
--- a/ios/shared/chrome/browser/tabs/fake_web_state_list_delegate.mm
+++ b/ios/shared/chrome/browser/tabs/fake_web_state_list_delegate.mm
@@ -13,3 +13,5 @@ FakeWebStateListDelegate::FakeWebStateListDelegate() = default;
FakeWebStateListDelegate::~FakeWebStateListDelegate() = default;
void FakeWebStateListDelegate::WillAddWebState(web::WebState* web_state) {}
+
+void FakeWebStateListDelegate::WebStateDetached(web::WebState* web_state) {}
« no previous file with comments | « ios/shared/chrome/browser/tabs/fake_web_state_list_delegate.h ('k') | ios/shared/chrome/browser/tabs/web_state_list.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698