Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 1214723012: Track whether a created WebContents has a resume pending. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698