OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ | 5 #ifndef CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ |
6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ | 6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ |
7 | 7 |
8 #include <stddef.h> | 8 #include <stddef.h> |
9 #include <stdint.h> | 9 #include <stdint.h> |
10 | 10 |
(...skipping 22 matching lines...) Expand all Loading... |
33 #include "content/renderer/mojo/blink_service_registry_impl.h" | 33 #include "content/renderer/mojo/blink_service_registry_impl.h" |
34 #include "content/renderer/render_frame_proxy.h" | 34 #include "content/renderer/render_frame_proxy.h" |
35 #include "content/renderer/renderer_webcookiejar_impl.h" | 35 #include "content/renderer/renderer_webcookiejar_impl.h" |
36 #include "ipc/ipc_message.h" | 36 #include "ipc/ipc_message.h" |
37 #include "ipc/ipc_platform_file.h" | 37 #include "ipc/ipc_platform_file.h" |
38 #include "media/blink/webmediaplayer_delegate.h" | 38 #include "media/blink/webmediaplayer_delegate.h" |
39 #include "media/blink/webmediaplayer_params.h" | 39 #include "media/blink/webmediaplayer_params.h" |
40 #include "mojo/shell/public/interfaces/connector.mojom.h" | 40 #include "mojo/shell/public/interfaces/connector.mojom.h" |
41 #include "mojo/shell/public/interfaces/interface_provider.mojom.h" | 41 #include "mojo/shell/public/interfaces/interface_provider.mojom.h" |
42 #include "third_party/WebKit/public/platform/WebFocusType.h" | 42 #include "third_party/WebKit/public/platform/WebFocusType.h" |
| 43 #include "third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h" |
43 #include "third_party/WebKit/public/platform/WebMediaPlayer.h" | 44 #include "third_party/WebKit/public/platform/WebMediaPlayer.h" |
44 #include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClie
nt.h" | 45 #include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClie
nt.h" |
45 #include "third_party/WebKit/public/web/WebAXObject.h" | 46 #include "third_party/WebKit/public/web/WebAXObject.h" |
46 #include "third_party/WebKit/public/web/WebDataSource.h" | 47 #include "third_party/WebKit/public/web/WebDataSource.h" |
47 #include "third_party/WebKit/public/web/WebFrameClient.h" | 48 #include "third_party/WebKit/public/web/WebFrameClient.h" |
48 #include "third_party/WebKit/public/web/WebFrameLoadType.h" | 49 #include "third_party/WebKit/public/web/WebFrameLoadType.h" |
49 #include "third_party/WebKit/public/web/WebFrameOwnerProperties.h" | 50 #include "third_party/WebKit/public/web/WebFrameOwnerProperties.h" |
50 #include "third_party/WebKit/public/web/WebFrameSerializerClient.h" | 51 #include "third_party/WebKit/public/web/WebFrameSerializerClient.h" |
51 #include "third_party/WebKit/public/web/WebHistoryCommitType.h" | 52 #include "third_party/WebKit/public/web/WebHistoryCommitType.h" |
52 #include "third_party/WebKit/public/web/WebMeaningfulLayout.h" | 53 #include "third_party/WebKit/public/web/WebMeaningfulLayout.h" |
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 const blink::WebURL& url, | 549 const blink::WebURL& url, |
549 const blink::WebCString& security_info, | 550 const blink::WebCString& security_info, |
550 const blink::WebURL& main_resource_url, | 551 const blink::WebURL& main_resource_url, |
551 const blink::WebCString& main_resource_security_info) override; | 552 const blink::WebCString& main_resource_security_info) override; |
552 void didRunContentWithCertificateErrors( | 553 void didRunContentWithCertificateErrors( |
553 const blink::WebURL& url, | 554 const blink::WebURL& url, |
554 const blink::WebCString& security_info, | 555 const blink::WebCString& security_info, |
555 const blink::WebURL& main_resource_url, | 556 const blink::WebURL& main_resource_url, |
556 const blink::WebCString& main_resource_security_info) override; | 557 const blink::WebCString& main_resource_security_info) override; |
557 void didChangePerformanceTiming() override; | 558 void didChangePerformanceTiming() override; |
| 559 void didObserveLoadingBehavior( |
| 560 blink::WebLoadingBehaviorFlag behavior) override; |
558 void didCreateScriptContext(blink::WebLocalFrame* frame, | 561 void didCreateScriptContext(blink::WebLocalFrame* frame, |
559 v8::Local<v8::Context> context, | 562 v8::Local<v8::Context> context, |
560 int extension_group, | 563 int extension_group, |
561 int world_id) override; | 564 int world_id) override; |
562 void willReleaseScriptContext(blink::WebLocalFrame* frame, | 565 void willReleaseScriptContext(blink::WebLocalFrame* frame, |
563 v8::Local<v8::Context> context, | 566 v8::Local<v8::Context> context, |
564 int world_id) override; | 567 int world_id) override; |
565 void didChangeScrollOffset(blink::WebLocalFrame* frame) override; | 568 void didChangeScrollOffset(blink::WebLocalFrame* frame) override; |
566 void willInsertBody(blink::WebLocalFrame* frame) override; | 569 void willInsertBody(blink::WebLocalFrame* frame) override; |
567 void reportFindInPageMatchCount(int request_id, | 570 void reportFindInPageMatchCount(int request_id, |
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1220 FrameBlameContext* blame_context_; // Not owned. | 1223 FrameBlameContext* blame_context_; // Not owned. |
1221 | 1224 |
1222 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; | 1225 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; |
1223 | 1226 |
1224 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); | 1227 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); |
1225 }; | 1228 }; |
1226 | 1229 |
1227 } // namespace content | 1230 } // namespace content |
1228 | 1231 |
1229 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ | 1232 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ |
OLD | NEW |