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

Unified Diff: chrome/browser/ui/tabs/tab_strip_model_observer.cc

Issue 17382005: Unbreak tabs.onRemove extension API in face of fast tab closure Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't modify content Created 7 years, 6 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/tabs/tab_strip_model_observer.cc
diff --git a/chrome/browser/ui/tabs/tab_strip_model_observer.cc b/chrome/browser/ui/tabs/tab_strip_model_observer.cc
index f87de2894342301a22cef9a179ca08427362cda8..29f3daf64cd96bf1af0453a48f4ae3377543ccac 100644
--- a/chrome/browser/ui/tabs/tab_strip_model_observer.cc
+++ b/chrome/browser/ui/tabs/tab_strip_model_observer.cc
@@ -17,7 +17,8 @@ void TabStripModelObserver::TabClosingAt(TabStripModel* tab_strip_model,
}
void TabStripModelObserver::TabDetachedAt(WebContents* contents,
- int index) {
+ int index,
+ bool closing_all) {
}
void TabStripModelObserver::TabDeactivated(WebContents* contents) {

Powered by Google App Engine
This is Rietveld 408576698