summaryrefslogtreecommitdiffstats
path: root/pdf/out_of_process_instance.h
diff options
context:
space:
mode:
authorraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-13 07:14:45 +0000
committerraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-13 07:14:45 +0000
commit993c38816404ba88b532bbaef4aaf232cdcf1dea (patch)
treecd900262eadebf5fab3734d6a1bd3870d1d0678a /pdf/out_of_process_instance.h
parent244722b1cbc6adbc2d662fbb9ff06c92d350241c (diff)
downloadchromium_src-993c38816404ba88b532bbaef4aaf232cdcf1dea.zip
chromium_src-993c38816404ba88b532bbaef4aaf232cdcf1dea.tar.gz
chromium_src-993c38816404ba88b532bbaef4aaf232cdcf1dea.tar.bz2
Merge DidStartLoading/DidStopLoading imbalance patch to OOP PDF
This merges this CL https://chromereviews.googleplex.com/32997013/ to OOP PDF and also corrects some minor differences that had arisen in document loading. BUG=303491 Review URL: https://codereview.chromium.org/333553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'pdf/out_of_process_instance.h')
-rw-r--r--pdf/out_of_process_instance.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index ada259f..bd70be2 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -328,6 +328,11 @@ class OutOfProcessInstance : public pp::Instance,
// be painted until this is received.
bool received_viewport_message_;
+ // If true, this means we told the RenderView that we're starting a network
+ // request so that it can start the throbber. We will tell it again once the
+ // document finishes loading.
+ bool did_call_start_loading_;
+
// The callback for receiving the password from the page.
scoped_ptr<pp::CompletionCallbackWithOutput<pp::Var> > password_callback_;
};