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

Unified Diff: chrome/browser/ui/views/ash/tab_scrubber_browsertest.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/views/ash/tab_scrubber_browsertest.cc
diff --git a/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc b/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
index 25d8a32bde62a3092e00048e769cad6774376655..8728406eb1e6c9ece3548b2456dbf423d3bb1154 100644
--- a/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
+++ b/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
@@ -185,7 +185,8 @@ class TabScrubberTest : public InProcessBrowserTest,
content::WebContents* contents,
int index) OVERRIDE {}
virtual void TabDetachedAt(content::WebContents* contents,
- int index) OVERRIDE {}
+ int index,
+ bool closing_all) OVERRIDE {}
virtual void TabDeactivated(content::WebContents* contents) OVERRIDE {}
virtual void ActiveTabChanged(content::WebContents* old_contents,
content::WebContents* new_contents,

Powered by Google App Engine
This is Rietveld 408576698