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

Side by Side Diff: content/child/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
« no previous file with comments | « content/child/OWNERS ('k') | content/child/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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_CHILD_BLINK_PLATFORM_IMPL_H_ 5 #ifndef CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_
6 #define CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_ 6 #define CONTENT_CHILD_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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 blink::WebString signedPublicKeyAndChallengeString( 76 blink::WebString signedPublicKeyAndChallengeString(
77 unsigned key_size_index, 77 unsigned key_size_index,
78 const blink::WebString& challenge, 78 const blink::WebString& challenge,
79 const blink::WebURL& url, 79 const blink::WebURL& url,
80 const blink::WebURL& top_origin) override; 80 const blink::WebURL& top_origin) override;
81 size_t actualMemoryUsageMB() override; 81 size_t actualMemoryUsageMB() override;
82 size_t numberOfProcessors() override; 82 size_t numberOfProcessors() override;
83 83
84 size_t maxDecodedImageBytes() override; 84 size_t maxDecodedImageBytes() override;
85 uint32_t getUniqueIdForProcess() override; 85 uint32_t getUniqueIdForProcess() override;
86 blink::WebSocketHandle* createWebSocketHandle() override;
86 blink::WebString userAgent() override; 87 blink::WebString userAgent() override;
87 blink::WebData parseDataURL(const blink::WebURL& url, 88 blink::WebData parseDataURL(const blink::WebURL& url,
88 blink::WebString& mimetype, 89 blink::WebString& mimetype,
89 blink::WebString& charset) override; 90 blink::WebString& charset) override;
90 blink::WebURLError cancelledError(const blink::WebURL& url) const override; 91 blink::WebURLError cancelledError(const blink::WebURL& url) const override;
91 bool parseMultipartHeadersFromBody(const char* bytes, 92 bool parseMultipartHeadersFromBody(const char* bytes,
92 size_t size, 93 size_t size,
93 blink::WebURLResponse* response, 94 blink::WebURLResponse* response,
94 size_t* end) const override; 95 size_t* end) const override;
95 blink::WebThread* createThread(const char* name) override; 96 blink::WebThread* createThread(const char* name) override;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 scoped_refptr<NotificationDispatcher> notification_dispatcher_; 158 scoped_refptr<NotificationDispatcher> notification_dispatcher_;
158 scoped_refptr<PushDispatcher> push_dispatcher_; 159 scoped_refptr<PushDispatcher> push_dispatcher_;
159 std::unique_ptr<BackgroundSyncProvider> main_thread_sync_provider_; 160 std::unique_ptr<BackgroundSyncProvider> main_thread_sync_provider_;
160 161
161 scheduler::WebThreadBase* compositor_thread_; 162 scheduler::WebThreadBase* compositor_thread_;
162 }; 163 };
163 164
164 } // namespace content 165 } // namespace content
165 166
166 #endif // CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_ 167 #endif // CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/OWNERS ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698