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

Unified Diff: chrome/browser/history/redirect_browsertest.cc

Issue 12832004: content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 9 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: chrome/browser/history/redirect_browsertest.cc
diff --git a/chrome/browser/history/redirect_browsertest.cc b/chrome/browser/history/redirect_browsertest.cc
index 039af8fea181c9672df3f6172dd1f6c1305ae9c1..b0547de37ef7a593931419b528ecfab61124c13a 100644
--- a/chrome/browser/history/redirect_browsertest.cc
+++ b/chrome/browser/history/redirect_browsertest.cc
@@ -281,7 +281,7 @@ IN_PROC_BROWSER_TEST_F(RedirectTest,
content::TestNavigationObserver observer(
content::Source<content::NavigationController>(
&web_contents->GetController()),
- NULL, 2);
+ 2);
ui_test_utils::NavigateToURLWithDisposition(
browser(), first_url, CURRENT_TAB, ui_test_utils::BROWSER_TEST_NONE);

Powered by Google App Engine
This is Rietveld 408576698