Index: content/public/test/mock_render_process_host.h |
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h |
index f2802c98ae8a82fe397718d1a01f4a5343bbd45e..f0389ebc5376c4d543c96a8eb8a08cade9805860 100644 |
--- a/content/public/test/mock_render_process_host.h |
+++ b/content/public/test/mock_render_process_host.h |
@@ -20,6 +20,7 @@ |
#include "ipc/ipc_test_sink.h" |
#include "media/media_features.h" |
#include "mojo/public/cpp/bindings/associated_interface_ptr.h" |
+#include "services/resource_coordinator/public/cpp/resource_coordinator_interface.h" |
#include "services/service_manager/public/cpp/identity.h" |
#include "services/service_manager/public/cpp/interface_provider.h" |
@@ -181,6 +182,8 @@ class MockRenderProcessHost : public RenderProcessHost { |
std::unique_ptr<mojo::AssociatedInterfacePtr<mojom::Renderer>> |
renderer_interface_; |
std::map<std::string, InterfaceBinder> binder_overrides_; |
+ std::unique_ptr<resource_coordinator::ResourceCoordinatorInterface> |
+ process_resource_coordinator_; |
service_manager::Identity child_identity_; |
base::WeakPtrFactory<MockRenderProcessHost> weak_ptr_factory_; |