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

Side by Side Diff: content/shell/renderer/layout_test/layout_test_content_renderer_client.h

Issue 2823693002: Migrate RenderThreadImpl to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to … (Closed)
Patch Set: . Created 3 years, 8 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) 2014 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H _ 5 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H _
6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H _ 6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H _
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "content/shell/renderer/shell_content_renderer_client.h" 10 #include "content/shell/renderer/shell_content_renderer_client.h"
(...skipping 20 matching lines...) Expand all
31 blink::WebMIDIAccessorClient* client) override; 31 blink::WebMIDIAccessorClient* client) override;
32 blink::WebAudioDevice* OverrideCreateAudioDevice( 32 blink::WebAudioDevice* OverrideCreateAudioDevice(
33 const blink::WebAudioLatencyHint& latency_hint) override; 33 const blink::WebAudioLatencyHint& latency_hint) override;
34 blink::WebClipboard* OverrideWebClipboard() override; 34 blink::WebClipboard* OverrideWebClipboard() override;
35 blink::WebThemeEngine* OverrideThemeEngine() override; 35 blink::WebThemeEngine* OverrideThemeEngine() override;
36 std::unique_ptr<MediaStreamRendererFactory> CreateMediaStreamRendererFactory() 36 std::unique_ptr<MediaStreamRendererFactory> CreateMediaStreamRendererFactory()
37 override; 37 override;
38 std::unique_ptr<gfx::ICCProfile> GetImageDecodeColorProfile() override; 38 std::unique_ptr<gfx::ICCProfile> GetImageDecodeColorProfile() override;
39 void DidInitializeWorkerContextOnWorkerThread( 39 void DidInitializeWorkerContextOnWorkerThread(
40 v8::Local<v8::Context> context) override; 40 v8::Local<v8::Context> context) override;
41 void RunScriptsAtDocumentEnd(RenderFrame* render_frame) override;
42 void SetRuntimeFeaturesDefaultsBeforeBlinkInitialization() override; 41 void SetRuntimeFeaturesDefaultsBeforeBlinkInitialization() override;
43 42
44 private: 43 private:
45 std::unique_ptr<LayoutTestRenderThreadObserver> shell_observer_; 44 std::unique_ptr<LayoutTestRenderThreadObserver> shell_observer_;
46 std::unique_ptr<MockWebClipboardImpl> clipboard_; 45 std::unique_ptr<MockWebClipboardImpl> clipboard_;
47 }; 46 };
48 47
49 } // namespace content 48 } // namespace content
50 49
51 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIEN T_H_ 50 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIEN T_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698