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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_ash.cc

Issue 10442017: Rename GetRootWindow() -> GetPrimaryRootWindow() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git-try -b linux_chromeos,win_aura 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/chrome_browser_main_extra_parts_ash.cc
diff --git a/chrome/browser/chrome_browser_main_extra_parts_ash.cc b/chrome/browser/chrome_browser_main_extra_parts_ash.cc
index a353a6f3be35cfde45a560005cbc9c6e60eed35e..4dfeb85cd843fc71091b4c54a1339810ddc4f356 100644
--- a/chrome/browser/chrome_browser_main_extra_parts_ash.cc
+++ b/chrome/browser/chrome_browser_main_extra_parts_ash.cc
@@ -88,8 +88,8 @@ void ChromeBrowserMainExtraPartsAsh::PreProfileInit() {
#endif
gesture_handler_.reset(new UserGestureHandler);
aura::client::SetUserGestureClient(
- ash::Shell::GetRootWindow(), gesture_handler_.get());
- ash::Shell::GetRootWindow()->ShowRootWindow();
+ ash::Shell::GetPrimaryRootWindow(), gesture_handler_.get());
+ ash::Shell::GetPrimaryRootWindow()->ShowRootWindow();
}
void ChromeBrowserMainExtraPartsAsh::PostProfileInit() {
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer_unittest.cc ('k') | chrome/browser/chromeos/input_method/ibus_ui_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698