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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 #include "ipc/ipc_message.h" | 48 #include "ipc/ipc_message.h" |
49 #include "ipc/ipc_platform_file.h" | 49 #include "ipc/ipc_platform_file.h" |
50 #include "media/blink/webmediaplayer_delegate.h" | 50 #include "media/blink/webmediaplayer_delegate.h" |
51 #include "media/blink/webmediaplayer_params.h" | 51 #include "media/blink/webmediaplayer_params.h" |
52 #include "media/mojo/interfaces/remoting.mojom.h" | 52 #include "media/mojo/interfaces/remoting.mojom.h" |
53 #include "mojo/public/cpp/bindings/associated_binding.h" | 53 #include "mojo/public/cpp/bindings/associated_binding.h" |
54 #include "mojo/public/cpp/bindings/binding.h" | 54 #include "mojo/public/cpp/bindings/binding.h" |
55 #include "mojo/public/cpp/bindings/binding_set.h" | 55 #include "mojo/public/cpp/bindings/binding_set.h" |
56 #include "mojo/public/cpp/system/data_pipe.h" | 56 #include "mojo/public/cpp/system/data_pipe.h" |
57 #include "ppapi/features/features.h" | 57 #include "ppapi/features/features.h" |
| 58 #include "services/service_manager/public/cpp/bind_source_info.h" |
58 #include "services/service_manager/public/cpp/binder_registry.h" | 59 #include "services/service_manager/public/cpp/binder_registry.h" |
59 #include "services/service_manager/public/cpp/service_info.h" | |
60 #include "services/service_manager/public/interfaces/connector.mojom.h" | 60 #include "services/service_manager/public/interfaces/connector.mojom.h" |
61 #include "services/service_manager/public/interfaces/interface_provider.mojom.h" | 61 #include "services/service_manager/public/interfaces/interface_provider.mojom.h" |
62 #include "third_party/WebKit/public/platform/WebEffectiveConnectionType.h" | 62 #include "third_party/WebKit/public/platform/WebEffectiveConnectionType.h" |
63 #include "third_party/WebKit/public/platform/WebFeaturePolicy.h" | 63 #include "third_party/WebKit/public/platform/WebFeaturePolicy.h" |
64 #include "third_party/WebKit/public/platform/WebFocusType.h" | 64 #include "third_party/WebKit/public/platform/WebFocusType.h" |
65 #include "third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h" | 65 #include "third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h" |
66 #include "third_party/WebKit/public/platform/WebMediaPlayer.h" | 66 #include "third_party/WebKit/public/platform/WebMediaPlayer.h" |
67 #include "third_party/WebKit/public/platform/WebPageVisibilityState.h" | 67 #include "third_party/WebKit/public/platform/WebPageVisibilityState.h" |
68 #include "third_party/WebKit/public/platform/site_engagement.mojom.h" | 68 #include "third_party/WebKit/public/platform/site_engagement.mojom.h" |
69 #include "third_party/WebKit/public/web/WebAXObject.h" | 69 #include "third_party/WebKit/public/web/WebAXObject.h" |
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1305 // The PushMessagingClient attached to this frame, lazily initialized. | 1305 // The PushMessagingClient attached to this frame, lazily initialized. |
1306 PushMessagingClient* push_messaging_client_; | 1306 PushMessagingClient* push_messaging_client_; |
1307 | 1307 |
1308 std::unique_ptr<service_manager::BinderRegistry> interface_registry_; | 1308 std::unique_ptr<service_manager::BinderRegistry> interface_registry_; |
1309 std::unique_ptr<service_manager::InterfaceProvider> remote_interfaces_; | 1309 std::unique_ptr<service_manager::InterfaceProvider> remote_interfaces_; |
1310 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_; | 1310 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_; |
1311 std::unique_ptr<BlinkInterfaceRegistryImpl> blink_interface_registry_; | 1311 std::unique_ptr<BlinkInterfaceRegistryImpl> blink_interface_registry_; |
1312 service_manager::mojom::InterfaceProviderRequest | 1312 service_manager::mojom::InterfaceProviderRequest |
1313 pending_remote_interface_provider_request_; | 1313 pending_remote_interface_provider_request_; |
1314 | 1314 |
1315 service_manager::ServiceInfo local_info_; | 1315 service_manager::BindSourceInfo local_info_; |
1316 service_manager::ServiceInfo remote_info_; | 1316 service_manager::BindSourceInfo remote_info_; |
1317 | 1317 |
1318 // The Connector proxy used to connect to services. | 1318 // The Connector proxy used to connect to services. |
1319 service_manager::mojom::ConnectorPtr connector_; | 1319 service_manager::mojom::ConnectorPtr connector_; |
1320 | 1320 |
1321 // The screen orientation dispatcher attached to the frame, lazily | 1321 // The screen orientation dispatcher attached to the frame, lazily |
1322 // initialized. | 1322 // initialized. |
1323 ScreenOrientationDispatcher* screen_orientation_dispatcher_; | 1323 ScreenOrientationDispatcher* screen_orientation_dispatcher_; |
1324 | 1324 |
1325 // The Manifest Manager handles the manifest requests from the browser | 1325 // The Manifest Manager handles the manifest requests from the browser |
1326 // process. | 1326 // process. |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1439 interface_provider_bindings_; | 1439 interface_provider_bindings_; |
1440 | 1440 |
1441 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; | 1441 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; |
1442 | 1442 |
1443 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); | 1443 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); |
1444 }; | 1444 }; |
1445 | 1445 |
1446 } // namespace content | 1446 } // namespace content |
1447 | 1447 |
1448 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ | 1448 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ |
OLD | NEW |