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

Unified Diff: chrome/browser/fullscreen_ash.cc

Issue 10442017: Rename GetRootWindow() -> GetPrimaryRootWindow() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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/fullscreen_ash.cc
diff --git a/chrome/browser/fullscreen_ash.cc b/chrome/browser/fullscreen_ash.cc
index 08b141966dcf0e937ac37f767b0b42ee93a7e987..a0951cb4a8c1f3519150de02aee8c3d08328634e 100644
--- a/chrome/browser/fullscreen_ash.cc
+++ b/chrome/browser/fullscreen_ash.cc
@@ -33,5 +33,5 @@ bool IsFullScreenMode() {
// This is used only by notification_ui_manager.cc. On aura, notification
// will be managed in panel. This is temporary to get certain feature running
// until we implement it for aura.
- return CheckIfFullscreenWindowExists(ash::Shell::GetRootWindow());
+ return CheckIfFullscreenWindowExists(ash::Shell::GetPrimaryRootWindow());
}

Powered by Google App Engine
This is Rietveld 408576698