diff options
Diffstat (limited to 'chrome_frame/chrome_frame_npapi.h')
-rw-r--r-- | chrome_frame/chrome_frame_npapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_npapi.h b/chrome_frame/chrome_frame_npapi.h index 76f1e1e..8fd0c6f7 100644 --- a/chrome_frame/chrome_frame_npapi.h +++ b/chrome_frame/chrome_frame_npapi.h @@ -340,6 +340,9 @@ END_MSG_MAP() std::string src_; // Used to fetch network resources when host network stack is in use. NPAPIUrlRequestManager url_fetcher_; + + // Set if we receive a navigation request before initializing Chrome. + bool navigate_after_initialization_; }; #endif // CHROME_FRAME_CHROME_FRAME_NPAPI_H_ |