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

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

Issue 2279763003: Revert "Move WebSocketHandleImpl into Blink" (Closed)
Patch Set: Created 4 years, 3 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/content_renderer.gypi ('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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 int count, 595 int count,
596 bool final_update) override; 596 bool final_update) override;
597 void reportFindInPageSelection(int request_id, 597 void reportFindInPageSelection(int request_id,
598 int active_match_ordinal, 598 int active_match_ordinal,
599 const blink::WebRect& sel) override; 599 const blink::WebRect& sel) override;
600 void requestStorageQuota(blink::WebStorageQuotaType type, 600 void requestStorageQuota(blink::WebStorageQuotaType type,
601 unsigned long long requested_size, 601 unsigned long long requested_size,
602 blink::WebStorageQuotaCallbacks callbacks) override; 602 blink::WebStorageQuotaCallbacks callbacks) override;
603 blink::WebPushClient* pushClient() override; 603 blink::WebPushClient* pushClient() override;
604 blink::WebPresentationClient* presentationClient() override; 604 blink::WebPresentationClient* presentationClient() override;
605 void willOpenWebSocket(blink::WebSocketHandle* handle) override;
605 void willStartUsingPeerConnectionHandler( 606 void willStartUsingPeerConnectionHandler(
606 blink::WebRTCPeerConnectionHandler* handler) override; 607 blink::WebRTCPeerConnectionHandler* handler) override;
607 blink::WebUserMediaClient* userMediaClient() override; 608 blink::WebUserMediaClient* userMediaClient() override;
608 blink::WebEncryptedMediaClient* encryptedMediaClient() override; 609 blink::WebEncryptedMediaClient* encryptedMediaClient() override;
609 blink::WebString userAgentOverride() override; 610 blink::WebString userAgentOverride() override;
610 blink::WebString doNotTrackValue() override; 611 blink::WebString doNotTrackValue() override;
611 bool allowWebGL(bool default_value) override; 612 bool allowWebGL(bool default_value) override;
612 blink::WebScreenOrientationClient* webScreenOrientationClient() override; 613 blink::WebScreenOrientationClient* webScreenOrientationClient() override;
613 bool isControlledByServiceWorker(blink::WebDataSource& data_source) override; 614 bool isControlledByServiceWorker(blink::WebDataSource& data_source) override;
614 int64_t serviceWorkerID(blink::WebDataSource& data_source) override; 615 int64_t serviceWorkerID(blink::WebDataSource& data_source) override;
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 mojom::FrameHostPtr frame_host_; 1281 mojom::FrameHostPtr frame_host_;
1281 1282
1282 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; 1283 base::WeakPtrFactory<RenderFrameImpl> weak_factory_;
1283 1284
1284 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); 1285 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl);
1285 }; 1286 };
1286 1287
1287 } // namespace content 1288 } // namespace content
1288 1289
1289 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 1290 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698