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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_ashwin.cc

Issue 126513004: Rename RootWindowHost to WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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/ui/views/frame/browser_frame_ashwin.cc
diff --git a/chrome/browser/ui/views/frame/browser_frame_ashwin.cc b/chrome/browser/ui/views/frame/browser_frame_ashwin.cc
index cc3b61970d115c10daff9aa64a081c50bdc7fe30..11349343911aaec158b9d30efb77ac680929d15e 100644
--- a/chrome/browser/ui/views/frame/browser_frame_ashwin.cc
+++ b/chrome/browser/ui/views/frame/browser_frame_ashwin.cc
@@ -30,7 +30,7 @@ void BrowserFrameAshWin::OnWindowFocused(aura::Window* gained_focus,
// If the activated window is in Metro mode, and the viewer process window is
// not in the foreground, activate Metro Chrome.
- if (!aura::RemoteRootWindowHostWin::Instance()->IsForegroundWindow() &&
+ if (!aura::RemoteWindowTreeHostWin::Instance()->IsForegroundWindow() &&
!browser_shutdown::IsTryingToQuit()) {
// PostTask because ActivateMetroChrome can not be called nested in another
// ::SendMessage().

Powered by Google App Engine
This is Rietveld 408576698