Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index fd5fb08671c24d618ef0dddf151b4958a61659fd..43f61d73f0ab182289e4ad40f74bbd6ee2e23644 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -33,6 +33,7 @@ |
#include "third_party/WebKit/public/web/WebAXObject.h" |
#include "third_party/WebKit/public/web/WebDataSource.h" |
#include "third_party/WebKit/public/web/WebFrameClient.h" |
+#include "third_party/WebKit/public/web/WebFrameLoadType.h" |
#include "third_party/WebKit/public/web/WebFrameOwnerProperties.h" |
#include "third_party/WebKit/public/web/WebHistoryCommitType.h" |
#include "third_party/WebKit/public/web/WebMeaningfulLayout.h" |
@@ -840,7 +841,8 @@ class CONTENT_EXPORT RenderFrameImpl |
// Loads a data url. |
void LoadDataURL(const CommonNavigationParams& params, |
- blink::WebFrame* frame); |
+ blink::WebFrame* frame, |
+ blink::WebFrameLoadType load_type); |
// Sends the current frame's navigation state to the browser. |
void SendUpdateState(); |