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 6f2a02578ff002d50b8aed354b21bfc3ed2773a3..94afdc530a2a1f915b08f61d55d2b108803f9ad1 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_; } |