Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index f580046a189aa3897be902760153af9e2e7514da..9440a1538a263c5368316c8171519f74a9e22460 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -1092,6 +1092,10 @@ class CONTENT_EXPORT WebContentsImpl |
uint64 upload_size_; |
uint64 upload_position_; |
+ // Tracks that this WebContents needs to unblock requests to the renderer. |
+ // See ResumeLoadingCreatedWebContents. |
+ bool is_resume_pending_; |
+ |
// Data for current page ----------------------------------------------------- |
// When a title cannot be taken from any entry, this title will be used. |