| Index: chrome/browser/tab_contents/interstitial_page.h
|
| diff --git a/chrome/browser/tab_contents/interstitial_page.h b/chrome/browser/tab_contents/interstitial_page.h
|
| index c2d7db9ed3b3f671e52bcc4024069b0411a97343..dce25e4f68cace776f13691e797e03a9d4916de2 100644
|
| --- a/chrome/browser/tab_contents/interstitial_page.h
|
| +++ b/chrome/browser/tab_contents/interstitial_page.h
|
| @@ -86,6 +86,11 @@ class InterstitialPage : public NotificationObserver,
|
| // Called when tab traversing.
|
| void FocusThroughTabTraversal(bool reverse);
|
|
|
| + virtual ViewType::Type GetRenderViewType() const {
|
| + return ViewType::INTERSTITIAL_PAGE;
|
| + }
|
| + virtual int GetBrowserWindowID() const;
|
| +
|
| protected:
|
| // NotificationObserver method:
|
| virtual void Observe(NotificationType type,
|
|
|