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

Unified Diff: chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc

Issue 2739553005: Moves maintaining root_window_for_new_windows_ to Shell (Closed)
Patch Set: remove ash:: Created 3 years, 9 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/chromeos/input_method/candidate_window_controller_impl.cc
diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
index 737f68eebb9403a7cb4a07cd7a8af8ba7f4365c5..c0c0505d3f57cd5ca8a9bacfc4a5e9a5a1e95370 100644
--- a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
+++ b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
@@ -54,7 +54,7 @@ void CandidateWindowControllerImpl::InitCandidateWindowView() {
aura::Window* active_window = ash::wm::GetActiveWindow();
parent = ash::Shell::GetContainer(
active_window ? active_window->GetRootWindow()
- : ash::Shell::GetTargetRootWindow(),
+ : ash::Shell::GetRootWindowForNewWindows(),
ash::kShellWindowId_SettingBubbleContainer);
}
candidate_window_view_ = new ui::ime::CandidateWindowView(parent);
« no previous file with comments | « ash/wm/drag_window_resizer_unittest.cc ('k') | chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698