summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/fullscreen
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/ui/fullscreen
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/ui/fullscreen')
-rw-r--r--chrome/browser/ui/fullscreen/fullscreen_controller_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc b/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
index ea26d7b..1880eee 100644
--- a/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
+++ b/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
@@ -86,7 +86,7 @@ void FullscreenControllerTest::DenyCurrentFullscreenOrMouseLockRequest() {
void FullscreenControllerTest::GoBack() {
content::TestNavigationObserver observer(
- content::NotificationService::AllSources(), NULL, 1);
+ content::NotificationService::AllSources(), 1);
chrome::GoBack(browser(), CURRENT_TAB);
@@ -95,7 +95,7 @@ void FullscreenControllerTest::GoBack() {
void FullscreenControllerTest::Reload() {
content::TestNavigationObserver observer(
- content::NotificationService::AllSources(), NULL, 1);
+ content::NotificationService::AllSources(), 1);
chrome::Reload(browser(), CURRENT_TAB);