summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_process_apitest.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 21:50:51 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 21:50:51 +0000
commitfacf11efd060d2abcb1d7c296f31d552eab496c8 (patch)
tree06f5c9a10b303d940ecbae4fa423672391bf075b /chrome/browser/extensions/app_process_apitest.cc
parentb0a95726b8532c4c858b9de019f9f9e2cb573041 (diff)
downloadchromium_src-facf11efd060d2abcb1d7c296f31d552eab496c8.zip
chromium_src-facf11efd060d2abcb1d7c296f31d552eab496c8.tar.gz
chromium_src-facf11efd060d2abcb1d7c296f31d552eab496c8.tar.bz2
content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of content.
This is a prerequisite of converting NOTIFICATION_RENDER_VIEW_HOST_CREATED to listeners of RenderViewCreated callback propagated through ContentBrowserClient in chrome. BUG=170921 Review URL: https://codereview.chromium.org/12832004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/app_process_apitest.cc')
-rw-r--r--chrome/browser/extensions/app_process_apitest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/extensions/app_process_apitest.cc b/chrome/browser/extensions/app_process_apitest.cc
index 70034c1..53c1455 100644
--- a/chrome/browser/extensions/app_process_apitest.cc
+++ b/chrome/browser/extensions/app_process_apitest.cc
@@ -612,7 +612,6 @@ IN_PROC_BROWSER_TEST_F(AppApiTest, OpenAppFromExtension) {
// 3. The app's URL.
content::TestNavigationObserver test_navigation_observer(
content::NotificationService::AllSources(),
- NULL,
3);
// Load the launcher extension, which should launch the app.