diff options
Diffstat (limited to 'chrome/browser/interstitial_page.h')
-rw-r--r-- | chrome/browser/interstitial_page.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/interstitial_page.h b/chrome/browser/interstitial_page.h index ce17818..fae6723 100644 --- a/chrome/browser/interstitial_page.h +++ b/chrome/browser/interstitial_page.h @@ -40,9 +40,9 @@ class InterstitialPage : public NotificationObserver { // Shows the interstitial page in the tab. void Show(); - // Invoked by the tab showing the interstitial to notify that the interstitial
- // page was closed.
- virtual void InterstitialClosed();
+ // Invoked by the tab showing the interstitial to notify that the interstitial + // page was closed. + virtual void InterstitialClosed(); // Retrieves the InterstitialPage if any associated with the specified // |tab_contents| (used by ui tests). @@ -115,4 +115,4 @@ class InterstitialPage : public NotificationObserver { }; #endif // #ifndef CHROME_BROWSER_INTERSTITIAL_PAGE_H_ -
+ |