Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 267b7b2dbdc953025e5f5a2eaed4d2809d862759..1327c67e86a08dbd82e46fa4019a047315f71b68 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -39,6 +39,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/WebLoadingData.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" |
@@ -550,6 +551,7 @@ class CONTENT_EXPORT RenderFrameImpl |
const blink::WebURL& main_resource_url, |
const blink::WebCString& main_resource_security_info) override; |
void didChangePerformanceTiming() override; |
+ void didObserveLoadingBehavior(blink::WebLoadingData data) override; |
void didCreateScriptContext(blink::WebLocalFrame* frame, |
v8::Local<v8::Context> context, |
int extension_group, |