Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index f572f3e938b981876a6175c1fa4ef9783d96ca1b..bccf6d22675bcd2c47665dd95fe8b387ad9e1beb 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -40,6 +40,7 @@ |
#include "mojo/shell/public/interfaces/connector.mojom.h" |
#include "mojo/shell/public/interfaces/interface_provider.mojom.h" |
#include "third_party/WebKit/public/platform/WebFocusType.h" |
+#include "third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h" |
#include "third_party/WebKit/public/platform/WebMediaPlayer.h" |
#include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClient.h" |
#include "third_party/WebKit/public/web/WebAXObject.h" |
@@ -555,6 +556,8 @@ class CONTENT_EXPORT RenderFrameImpl |
const blink::WebURL& main_resource_url, |
const blink::WebCString& main_resource_security_info) override; |
void didChangePerformanceTiming() override; |
+ void didObserveLoadingBehavior( |
+ blink::WebLoadingBehaviorFlag behavior) override; |
void didCreateScriptContext(blink::WebLocalFrame* frame, |
v8::Local<v8::Context> context, |
int extension_group, |