summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/interstitial_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/tab_contents/interstitial_page.h')
-rw-r--r--content/browser/tab_contents/interstitial_page.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h
index 1340893..d9b06fe 100644
--- a/content/browser/tab_contents/interstitial_page.h
+++ b/content/browser/tab_contents/interstitial_page.h
@@ -219,6 +219,10 @@ class InterstitialPage : public NotificationObserver,
// it to its original value).
bool should_revert_tab_title_;
+ // Whether or not the tab was loading resources when the interstitial was
+ // shown. We restore this state if the user proceeds from the interstitial.
+ bool tab_was_loading_;
+
// Whether the ResourceDispatcherHost has been notified to cancel/resume the
// resource requests blocked for the RenderViewHost.
bool resource_dispatcher_host_notified_;