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

Unified Diff: ios/chrome/browser/tabs/tab_parenting_observer.h

Issue 2708733003: WebStateListObserver methods have default implementation. (Closed)
Patch Set: Created 3 years, 10 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 | ios/chrome/browser/tabs/tab_parenting_observer.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab_parenting_observer.h
diff --git a/ios/chrome/browser/tabs/tab_parenting_observer.h b/ios/chrome/browser/tabs/tab_parenting_observer.h
index acb47dc860a5519acd478125552e9fe3bd44dd75..ca75c7889175d43971c74b9277e1cac5904d7eed 100644
--- a/ios/chrome/browser/tabs/tab_parenting_observer.h
+++ b/ios/chrome/browser/tabs/tab_parenting_observer.h
@@ -17,17 +17,10 @@ class TabParentingObserver : public WebStateListObserver {
void WebStateInsertedAt(WebStateList* web_state_list,
web::WebState* web_state,
int index) override;
- void WebStateMoved(WebStateList* web_state_list,
- web::WebState* web_state,
- int from_index,
- int to_index) override;
void WebStateReplacedAt(WebStateList* web_state_list,
web::WebState* old_web_state,
web::WebState* new_web_state,
int index) override;
- void WebStateDetachedAt(WebStateList* web_state_list,
- web::WebState* web_state,
- int index) override;
private:
DISALLOW_COPY_AND_ASSIGN(TabParentingObserver);
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_parenting_observer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698