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

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

Issue 2194973002: Fix linker warning in broadcast_channel.mojom-blink.obj. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tighten deps 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 #include "content/renderer/renderer_blink_platform_impl.h" 5 #include "content/renderer/renderer_blink_platform_impl.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 #include "content/renderer/media/media_recorder_handler.h" 67 #include "content/renderer/media/media_recorder_handler.h"
68 #include "content/renderer/media/renderer_webaudiodevice_impl.h" 68 #include "content/renderer/media/renderer_webaudiodevice_impl.h"
69 #include "content/renderer/media/renderer_webmidiaccessor_impl.h" 69 #include "content/renderer/media/renderer_webmidiaccessor_impl.h"
70 #include "content/renderer/media/rtc_certificate_generator.h" 70 #include "content/renderer/media/rtc_certificate_generator.h"
71 #include "content/renderer/mojo/blink_service_registry_impl.h" 71 #include "content/renderer/mojo/blink_service_registry_impl.h"
72 #include "content/renderer/render_thread_impl.h" 72 #include "content/renderer/render_thread_impl.h"
73 #include "content/renderer/renderer_clipboard_delegate.h" 73 #include "content/renderer/renderer_clipboard_delegate.h"
74 #include "content/renderer/screen_orientation/screen_orientation_observer.h" 74 #include "content/renderer/screen_orientation/screen_orientation_observer.h"
75 #include "content/renderer/webclipboard_impl.h" 75 #include "content/renderer/webclipboard_impl.h"
76 #include "content/renderer/webgraphicscontext3d_provider_impl.h" 76 #include "content/renderer/webgraphicscontext3d_provider_impl.h"
77 #include "content/renderer/webpublicsuffixlist_impl.h"
78 #include "gpu/command_buffer/client/gles2_interface.h" 77 #include "gpu/command_buffer/client/gles2_interface.h"
79 #include "gpu/config/gpu_info.h" 78 #include "gpu/config/gpu_info.h"
80 #include "gpu/ipc/client/gpu_channel_host.h" 79 #include "gpu/ipc/client/gpu_channel_host.h"
81 #include "gpu/ipc/common/gpu_stream_constants.h" 80 #include "gpu/ipc/common/gpu_stream_constants.h"
82 #include "ipc/ipc_sync_message_filter.h" 81 #include "ipc/ipc_sync_message_filter.h"
83 #include "media/audio/audio_output_device.h" 82 #include "media/audio/audio_output_device.h"
84 #include "media/base/mime_util.h" 83 #include "media/base/mime_util.h"
85 #include "media/blink/webcontentdecryptionmodule_impl.h" 84 #include "media/blink/webcontentdecryptionmodule_impl.h"
86 #include "media/filters/stream_parser_factory.h" 85 #include "media/filters/stream_parser_factory.h"
87 #include "mojo/common/common_type_converters.h" 86 #include "mojo/common/common_type_converters.h"
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 builder->addFileExtensionToLastMediaType( 823 builder->addFileExtensionToLastMediaType(
825 WebString::fromUTF8(extension)); 824 WebString::fromUTF8(extension));
826 } 825 }
827 } 826 }
828 } 827 }
829 #endif 828 #endif
830 } 829 }
831 830
832 //------------------------------------------------------------------------------ 831 //------------------------------------------------------------------------------
833 832
834 blink::WebPublicSuffixList* RendererBlinkPlatformImpl::publicSuffixList() {
835 return &public_suffix_list_;
836 }
837
838 //------------------------------------------------------------------------------
839
840 blink::WebString RendererBlinkPlatformImpl::signedPublicKeyAndChallengeString( 833 blink::WebString RendererBlinkPlatformImpl::signedPublicKeyAndChallengeString(
841 unsigned key_size_index, 834 unsigned key_size_index,
842 const blink::WebString& challenge, 835 const blink::WebString& challenge,
843 const blink::WebURL& url, 836 const blink::WebURL& url,
844 const blink::WebURL& top_origin) { 837 const blink::WebURL& top_origin) {
845 std::string signed_public_key; 838 std::string signed_public_key;
846 RenderThread::Get()->Send(new RenderProcessHostMsg_Keygen( 839 RenderThread::Get()->Send(new RenderProcessHostMsg_Keygen(
847 static_cast<uint32_t>(key_size_index), challenge.utf8(), GURL(url), 840 static_cast<uint32_t>(key_size_index), challenge.utf8(), GURL(url),
848 GURL(top_origin), &signed_public_key)); 841 GURL(top_origin), &signed_public_key));
849 return WebString::fromUTF8(signed_public_key); 842 return WebString::fromUTF8(signed_public_key);
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 return &trial_token_validator_; 1309 return &trial_token_validator_;
1317 } 1310 }
1318 1311
1319 void RendererBlinkPlatformImpl::workerContextCreated( 1312 void RendererBlinkPlatformImpl::workerContextCreated(
1320 const v8::Local<v8::Context>& worker) { 1313 const v8::Local<v8::Context>& worker) {
1321 GetContentClient()->renderer()->DidInitializeWorkerContextOnWorkerThread( 1314 GetContentClient()->renderer()->DidInitializeWorkerContextOnWorkerThread(
1322 worker); 1315 worker);
1323 } 1316 }
1324 1317
1325 } // namespace content 1318 } // namespace content
OLDNEW
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.h ('k') | content/renderer/webpublicsuffixlist_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698