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

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

Issue 2274783002: Revert of [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 9954dfe43ec5e0f179b8c05d20d5144b4f3d4634..27bbff796fdfdcd18bcd1124f156c403bbdb41fe 100644
--- a/chrome/test/base/chrome_render_view_test.cc
+++ b/chrome/test/base/chrome_render_view_test.cc
@@ -111,8 +111,6 @@
content::RenderViewTest::SetUp();
- RegisterMainFrameRemoteInterfaces();
-
// 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.
@@ -158,8 +156,6 @@
return client;
}
-void ChromeRenderViewTest::RegisterMainFrameRemoteInterfaces() {}
-
void ChromeRenderViewTest::InitChromeContentRendererClient(
ChromeContentRendererClient* client) {
#if defined(ENABLE_EXTENSIONS)
« 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