Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 68daf9833cc79d4c7ce719034065fb3b6fe390a8..c519f68468cff03b980d30198b785ab90da2f34e 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -65,10 +65,6 @@ class ListValue; |
} |
namespace blink { |
-struct WebFrameOwnerProperties; |
-} |
- |
-namespace blink { |
namespace mojom { |
class WebBluetoothService; |
} |
@@ -100,7 +96,6 @@ struct ContextMenuParams; |
struct FileChooserParams; |
struct FrameOwnerProperties; |
struct GlobalRequestID; |
-struct FileChooserParams; |
nasko
2016/07/19 21:32:43
Why is this one touched? It seems unrelated to thi
raymes
2016/07/20 03:22:18
It's just a duplicated forward declare that I noti
|
struct Referrer; |
struct ResourceResponse; |
@@ -224,13 +219,12 @@ class CONTENT_EXPORT RenderFrameHostImpl |
void Init(); |
int routing_id() const { return routing_id_; } |
- void OnCreateChildFrame( |
- int new_routing_id, |
- blink::WebTreeScopeType scope, |
- const std::string& frame_name, |
- const std::string& frame_unique_name, |
- blink::WebSandboxFlags sandbox_flags, |
- const blink::WebFrameOwnerProperties& frame_owner_properties); |
+ void OnCreateChildFrame(int new_routing_id, |
+ blink::WebTreeScopeType scope, |
+ const std::string& frame_name, |
+ const std::string& frame_unique_name, |
+ blink::WebSandboxFlags sandbox_flags, |
+ const FrameOwnerProperties& frame_owner_properties); |
RenderViewHostImpl* render_view_host() { return render_view_host_; } |
RenderFrameHostDelegate* delegate() { return delegate_; } |