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

Unified Diff: content/public/test/mock_render_process_host.cc

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 5 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_process_host.cc
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
index 5924b5170b3d1df51b16192594dc451f09b81836..913387de05159afc4bd8dbbdadaf3270fbdba207 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -248,6 +248,9 @@ IPC::ChannelProxy* MockRenderProcessHost::GetChannel() {
void MockRenderProcessHost::AddFilter(BrowserMessageFilter* filter) {
}
+void MockRenderProcessHost::AddOwnedInterface(
+ std::unique_ptr<OwnedInterface> impl) {}
+
bool MockRenderProcessHost::FastShutdownForPageCount(size_t count) {
if (GetActiveViewCount() == count)
return FastShutdownIfPossible();

Powered by Google App Engine
This is Rietveld 408576698