Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index bd386d4bcae542ffbe090621683a606c1b699a19..2e5bf7778adc16e2bfbb8285b3b600dc7e356429 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -34,6 +34,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" |
@@ -845,7 +846,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(); |