| Index: chrome/browser/tab_contents/interstitial_page.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/interstitial_page.h (revision 12500)
|
| +++ chrome/browser/tab_contents/interstitial_page.h (working copy)
|
| @@ -74,6 +74,8 @@
|
| // Sizes the RenderViewHost showing the actual interstitial page contents.
|
| void SetSize(const gfx::Size& size);
|
|
|
| + bool action_taken() const { return action_taken_; }
|
| +
|
| protected:
|
| // NotificationObserver method:
|
| virtual void Observe(NotificationType type,
|
|
|