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

Unified Diff: content/public/test/mock_render_thread.h

Issue 2820883002: Eliminate ChildThread InterfaceRegistry. (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 side-by-side diff with in-line comments
Download patch
Index: content/public/test/mock_render_thread.h
diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
index f6cca7389d546305fbc1846faf4d3c8d872bb1a1..3a00754a183dafdda6eeb09b8ecef79319c61127 100644
--- a/content/public/test/mock_render_thread.h
+++ b/content/public/test/mock_render_thread.h
@@ -17,7 +17,6 @@
#include "ipc/ipc_test_sink.h"
#include "ipc/message_filter.h"
#include "services/service_manager/public/interfaces/connector.mojom.h"
-#include "services/service_manager/public/interfaces/interface_provider.mojom.h"
#include "third_party/WebKit/public/web/WebPopupType.h"
struct FrameHostMsg_CreateChildFrame_Params;
@@ -89,7 +88,6 @@ class MockRenderThread : public RenderThread {
void ReleaseCachedFonts() override;
#endif
ServiceManagerConnection* GetServiceManagerConnection() override;
- service_manager::InterfaceRegistry* GetInterfaceRegistry() override;
service_manager::Connector* GetConnector() override;
void SetFieldTrialGroup(const std::string& trial_name,
const std::string& group_name) override;
@@ -167,7 +165,6 @@ class MockRenderThread : public RenderThread {
base::ObserverList<RenderThreadObserver> observers_;
cc::TestSharedBitmapManager shared_bitmap_manager_;
- std::unique_ptr<service_manager::InterfaceRegistry> interface_registry_;
std::unique_ptr<service_manager::Connector> connector_;
service_manager::mojom::ConnectorRequest pending_connector_request_;

Powered by Google App Engine
This is Rietveld 408576698