Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(961)

Side by Side Diff: content/renderer/render_frame_impl.h

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/renderer/geolocation_dispatcher.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 struct FrameMsg_NewFrame_WidgetParams; 71 struct FrameMsg_NewFrame_WidgetParams;
72 struct FrameMsg_PostMessage_Params; 72 struct FrameMsg_PostMessage_Params;
73 struct FrameMsg_SerializeAsMHTML_Params; 73 struct FrameMsg_SerializeAsMHTML_Params;
74 struct FrameMsg_TextTrackSettings_Params; 74 struct FrameMsg_TextTrackSettings_Params;
75 75
76 namespace IPC { 76 namespace IPC {
77 class SyncMessage; 77 class SyncMessage;
78 } 78 }
79 79
80 namespace blink { 80 namespace blink {
81 class WebGeolocationClient;
82 class WebMouseEvent; 81 class WebMouseEvent;
83 class WebContentDecryptionModule; 82 class WebContentDecryptionModule;
84 class WebPresentationClient; 83 class WebPresentationClient;
85 class WebPushClient; 84 class WebPushClient;
86 class WebSecurityOrigin; 85 class WebSecurityOrigin;
87 enum class WebCachePolicy; 86 enum class WebCachePolicy;
88 struct WebCompositionUnderline; 87 struct WebCompositionUnderline;
89 struct WebContextMenuData; 88 struct WebContextMenuData;
90 struct WebCursorInfo; 89 struct WebCursorInfo;
91 struct WebFindOptions; 90 struct WebFindOptions;
(...skipping 25 matching lines...) Expand all
117 class Origin; 116 class Origin;
118 } 117 }
119 118
120 namespace content { 119 namespace content {
121 120
122 class ChildFrameCompositingHelper; 121 class ChildFrameCompositingHelper;
123 class CompositorDependencies; 122 class CompositorDependencies;
124 class DevToolsAgent; 123 class DevToolsAgent;
125 class DocumentState; 124 class DocumentState;
126 class ExternalPopupMenu; 125 class ExternalPopupMenu;
127 class GeolocationDispatcher;
128 class ManifestManager; 126 class ManifestManager;
129 class MediaInterfaceProvider; 127 class MediaInterfaceProvider;
130 class MediaStreamDispatcher; 128 class MediaStreamDispatcher;
131 class MediaStreamRendererFactory; 129 class MediaStreamRendererFactory;
132 class MediaPermissionDispatcher; 130 class MediaPermissionDispatcher;
133 class MidiDispatcher; 131 class MidiDispatcher;
134 class NavigationState; 132 class NavigationState;
135 class NotificationPermissionDispatcher; 133 class NotificationPermissionDispatcher;
136 class PageState; 134 class PageState;
137 class PepperPluginInstanceImpl; 135 class PepperPluginInstanceImpl;
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 void reportFindInPageMatchCount(int request_id, 565 void reportFindInPageMatchCount(int request_id,
568 int count, 566 int count,
569 bool final_update) override; 567 bool final_update) override;
570 void reportFindInPageSelection(int request_id, 568 void reportFindInPageSelection(int request_id,
571 int active_match_ordinal, 569 int active_match_ordinal,
572 const blink::WebRect& sel) override; 570 const blink::WebRect& sel) override;
573 void requestStorageQuota(blink::WebStorageQuotaType type, 571 void requestStorageQuota(blink::WebStorageQuotaType type,
574 unsigned long long requested_size, 572 unsigned long long requested_size,
575 blink::WebStorageQuotaCallbacks callbacks) override; 573 blink::WebStorageQuotaCallbacks callbacks) override;
576 void willOpenWebSocket(blink::WebSocketHandle* handle) override; 574 void willOpenWebSocket(blink::WebSocketHandle* handle) override;
577 blink::WebGeolocationClient* geolocationClient() override;
578 blink::WebPushClient* pushClient() override; 575 blink::WebPushClient* pushClient() override;
579 blink::WebPresentationClient* presentationClient() override; 576 blink::WebPresentationClient* presentationClient() override;
580 void willStartUsingPeerConnectionHandler( 577 void willStartUsingPeerConnectionHandler(
581 blink::WebRTCPeerConnectionHandler* handler) override; 578 blink::WebRTCPeerConnectionHandler* handler) override;
582 blink::WebUserMediaClient* userMediaClient() override; 579 blink::WebUserMediaClient* userMediaClient() override;
583 blink::WebEncryptedMediaClient* encryptedMediaClient() override; 580 blink::WebEncryptedMediaClient* encryptedMediaClient() override;
584 blink::WebMIDIClient* webMIDIClient() override; 581 blink::WebMIDIClient* webMIDIClient() override;
585 bool willCheckAndDispatchMessageEvent( 582 bool willCheckAndDispatchMessageEvent(
586 blink::WebLocalFrame* source_frame, 583 blink::WebLocalFrame* source_frame,
587 blink::WebFrame* target_frame, 584 blink::WebFrame* target_frame,
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 #if defined(VIDEO_HOLE) 1135 #if defined(VIDEO_HOLE)
1139 // Whether or not this RenderFrameImpl contains a media player. Used to 1136 // Whether or not this RenderFrameImpl contains a media player. Used to
1140 // register as an observer for video-hole-specific events. 1137 // register as an observer for video-hole-specific events.
1141 bool contains_media_player_; 1138 bool contains_media_player_;
1142 #endif 1139 #endif
1143 1140
1144 // The devtools agent for this frame; only created for main frame and 1141 // The devtools agent for this frame; only created for main frame and
1145 // local roots. 1142 // local roots.
1146 DevToolsAgent* devtools_agent_; 1143 DevToolsAgent* devtools_agent_;
1147 1144
1148 // The geolocation dispatcher attached to this frame, lazily initialized.
1149 GeolocationDispatcher* geolocation_dispatcher_;
1150
1151 // The push messaging dispatcher attached to this frame, lazily initialized. 1145 // The push messaging dispatcher attached to this frame, lazily initialized.
1152 PushMessagingDispatcher* push_messaging_dispatcher_; 1146 PushMessagingDispatcher* push_messaging_dispatcher_;
1153 1147
1154 // The presentation dispatcher implementation attached to this frame, lazily 1148 // The presentation dispatcher implementation attached to this frame, lazily
1155 // initialized. 1149 // initialized.
1156 PresentationDispatcher* presentation_dispatcher_; 1150 PresentationDispatcher* presentation_dispatcher_;
1157 1151
1158 ServiceRegistryImpl service_registry_; 1152 ServiceRegistryImpl service_registry_;
1159 BlinkServiceRegistryImpl blink_service_registry_; 1153 BlinkServiceRegistryImpl blink_service_registry_;
1160 1154
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 FrameBlameContext* blame_context_; // Not owned. 1199 FrameBlameContext* blame_context_; // Not owned.
1206 1200
1207 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; 1201 base::WeakPtrFactory<RenderFrameImpl> weak_factory_;
1208 1202
1209 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); 1203 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl);
1210 }; 1204 };
1211 1205
1212 } // namespace content 1206 } // namespace content
1213 1207
1214 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 1208 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/geolocation_dispatcher.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698