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

Unified Diff: chrome/test/base/chrome_render_view_test.cc

Issue 2216463002: [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybots Created 4 years, 4 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 | « chrome/test/base/chrome_render_view_test.h ('k') | components/autofill/content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_render_view_test.cc
diff --git a/chrome/test/base/chrome_render_view_test.cc b/chrome/test/base/chrome_render_view_test.cc
index 27bbff796fdfdcd18bcd1124f156c403bbdb41fe..cc85e47cd347b64fbbb182784e84c5d034bf7255 100644
--- a/chrome/test/base/chrome_render_view_test.cc
+++ b/chrome/test/base/chrome_render_view_test.cc
@@ -111,6 +111,8 @@ void ChromeRenderViewTest::SetUp() {
content::RenderViewTest::SetUp();
+ RegisterMainFrameRemoteInterfaces();
leonhsl(Using Gerrit) 2016/08/09 09:03:15 Because bellowing password_autofill_agent_ constru
+
// RenderFrame doesn't expose its Agent objects, because it has no need to
// store them directly (they're stored as RenderFrameObserver*). So just
// create another set.
« no previous file with comments | « chrome/test/base/chrome_render_view_test.h ('k') | components/autofill/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698