Index: chrome/browser/ui/browser_instant_controller.h |
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h |
index 0f9414fb1dd66d71c7e17df2c83f8a8e27b2f9fb..f2b9c1086536378983048d6d1934443ab4accd74 100644 |
--- a/chrome/browser/ui/browser_instant_controller.h |
+++ b/chrome/browser/ui/browser_instant_controller.h |
@@ -13,6 +13,7 @@ |
#include "chrome/browser/ui/search/instant_controller.h" |
#include "chrome/browser/ui/search/instant_unload_handler.h" |
#include "chrome/browser/ui/search/search_model_observer.h" |
+#include "chrome/browser/ui/tabs/tab_strip_model.h" |
#include "net/base/network_change_notifier.h" |
#include "ui/base/window_open_disposition.h" |
@@ -54,6 +55,9 @@ class BrowserInstantController |
// Returns the Profile associated with the Browser that owns this object. |
Profile* profile() const; |
+ // Returns the TabStripModel associated with the Browser owning this object. |
+ const TabStripModel* tab_strip_model() const; |
+ |
// Returns the InstantController or NULL if there is no InstantController for |
// this BrowserInstantController. |
InstantController* instant() { return &instant_; } |