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

Unified Diff: chrome/browser/prerender/prerender_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/prerender/prerender_browsertest.cc
diff --git a/chrome/browser/prerender/prerender_browsertest.cc b/chrome/browser/prerender/prerender_browsertest.cc
index ece0d3807d2a24eff2ba178d1ae2ad345230b60e..78439db592bd799e92f162ccc4007a5ee4fd4bcb 100644
--- a/chrome/browser/prerender/prerender_browsertest.cc
+++ b/chrome/browser/prerender/prerender_browsertest.cc
@@ -1154,7 +1154,7 @@ class PrerenderBrowserTest : virtual public InProcessBrowserTest {
// We don't expect to pick up a running prerender, so instead
// observe one navigation.
content::TestNavigationObserver observer(
- content::NotificationService::AllSources(), NULL, 1);
+ content::NotificationService::AllSources(), 1);
base::RunLoop run_loop;
observer.WaitForObservation(
base::Bind(&content::RunThisRunLoop,

Powered by Google App Engine
This is Rietveld 408576698