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

Side by Side Diff: content/renderer/renderer_blink_platform_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/renderer/render_frame_impl.cc ('k') | content/renderer/renderer_blink_platform_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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_RENDERER_BLINK_PLATFORM_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
6 #define CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 6 #define CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 blink::WebCookieJar* cookieJar() override; 85 blink::WebCookieJar* cookieJar() override;
86 blink::WebThemeEngine* themeEngine() override; 86 blink::WebThemeEngine* themeEngine() override;
87 blink::WebSpeechSynthesizer* createSpeechSynthesizer( 87 blink::WebSpeechSynthesizer* createSpeechSynthesizer(
88 blink::WebSpeechSynthesizerClient* client) override; 88 blink::WebSpeechSynthesizerClient* client) override;
89 virtual bool sandboxEnabled(); 89 virtual bool sandboxEnabled();
90 unsigned long long visitedLinkHash(const char* canonicalURL, 90 unsigned long long visitedLinkHash(const char* canonicalURL,
91 size_t length) override; 91 size_t length) override;
92 bool isLinkVisited(unsigned long long linkHash) override; 92 bool isLinkVisited(unsigned long long linkHash) override;
93 void createMessageChannel(blink::WebMessagePortChannel** channel1, 93 void createMessageChannel(blink::WebMessagePortChannel** channel1,
94 blink::WebMessagePortChannel** channel2) override; 94 blink::WebMessagePortChannel** channel2) override;
95 blink::WebSocketHandle* createWebSocketHandle() override;
95 blink::WebPrescientNetworking* prescientNetworking() override; 96 blink::WebPrescientNetworking* prescientNetworking() override;
96 void cacheMetadata(const blink::WebURL&, 97 void cacheMetadata(const blink::WebURL&,
97 int64_t, 98 int64_t,
98 const char*, 99 const char*,
99 size_t) override; 100 size_t) override;
100 void cacheMetadataInCacheStorage( 101 void cacheMetadataInCacheStorage(
101 const blink::WebURL&, 102 const blink::WebURL&,
102 int64_t, 103 int64_t,
103 const char*, 104 const char*,
104 size_t, 105 size_t,
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_; 308 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_;
308 309
309 mojom::URLLoaderFactoryPtr url_loader_factory_; 310 mojom::URLLoaderFactoryPtr url_loader_factory_;
310 311
311 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl); 312 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl);
312 }; 313 };
313 314
314 } // namespace content 315 } // namespace content
315 316
316 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 317 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698