Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index abd2be99be1fa287c19c756883cb83837d14e39d..25e705eb9738fb42ad0190972c4ee37dcf1f61d4 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -773,6 +773,7 @@ class Browser : public TabHandlerDelegate, |
virtual void OnStateChanged(); |
// Overriden from InstantDelegate: |
+ virtual void PrepareForInstant(); |
virtual void ShowInstant(TabContents* preview_contents); |
virtual void HideInstant(); |
virtual void CommitInstant(TabContents* preview_contents); |