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

Unified Diff: chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h

Issue 10213011: Attempt 3 at a better touch tabstrip. There is still a bunch to do, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Tab::GetTouchModeMinimumSize Created 8 years, 8 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/tabs/fake_base_tab_strip_controller.h
diff --git a/chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h b/chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h
index 82085130ddb1d700835c47e5e857f8a0cf0689c2..cdadef1ccef475a5c9b530aa02c84e5c3ed57b08 100644
--- a/chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h
+++ b/chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h
@@ -27,6 +27,7 @@ class FakeBaseTabStripController : public TabStripController {
virtual int GetCount() const OVERRIDE;
virtual bool IsValidIndex(int index) const OVERRIDE;
virtual bool IsActiveTab(int index) const OVERRIDE;
+ virtual int GetActiveIndex() const OVERRIDE;
virtual bool IsTabSelected(int index) const OVERRIDE;
virtual bool IsTabPinned(int index) const OVERRIDE;
virtual bool IsTabCloseable(int index) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698