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

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

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize remote_interfaces_ in Init() 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
« no previous file with comments | « components/password_manager/content/browser/content_password_manager_driver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8c955eefe17915cb4bbaacfdd096f0d356c899c6 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -104,6 +104,7 @@ void MockRenderProcessHost::EnableSendQueue() {
bool MockRenderProcessHost::Init() {
has_connection_ = true;
+ remote_interfaces_.reset(new shell::InterfaceProvider);
sky 2016/07/22 16:47:48 This seems reasonable, but we this class also defi
leonhsl(Using Gerrit) 2016/07/23 00:41:45 Good catch~~ I think we can remove SetRemoteInterf
leonhsl(Using Gerrit) 2016/07/25 06:58:18 Sorry I had some misunderstanding about MockRender
return true;
}
« no previous file with comments | « components/password_manager/content/browser/content_password_manager_driver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698