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

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

Issue 2225133002: Revert "Port WebSockets to Mojo IPC" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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;
96 blink::WebPrescientNetworking* prescientNetworking() override; 95 blink::WebPrescientNetworking* prescientNetworking() override;
97 void cacheMetadata(const blink::WebURL&, 96 void cacheMetadata(const blink::WebURL&,
98 int64_t, 97 int64_t,
99 const char*, 98 const char*,
100 size_t) override; 99 size_t) override;
101 void cacheMetadataInCacheStorage( 100 void cacheMetadataInCacheStorage(
102 const blink::WebURL&, 101 const blink::WebURL&,
103 int64_t, 102 int64_t,
104 const char*, 103 const char*,
105 size_t, 104 size_t,
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 std::unique_ptr<LocalStorageCachedAreas> local_storage_cached_areas_; 304 std::unique_ptr<LocalStorageCachedAreas> local_storage_cached_areas_;
306 305
307 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_; 306 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_;
308 307
309 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl); 308 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl);
310 }; 309 };
311 310
312 } // namespace content 311 } // namespace content
313 312
314 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 313 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698