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

Unified Diff: chrome/browser/automation/automation_provider_observers.h

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/automation/automation_provider_observers.h
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
index 9d7406d29a1a89a444e0a8e6ef9c4b1559a8b2c7..64db7f8c4573c039c7d092d790675a49e42dbaec 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -317,7 +317,8 @@ class TabCountChangeObserver : public TabStripModelObserver {
int index,
bool foreground) OVERRIDE;
virtual void TabDetachedAt(content::WebContents* contents,
- int index) OVERRIDE;
+ int index,
+ bool closing_all) OVERRIDE;
virtual void TabStripModelDeleted() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698