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

Unified Diff: chrome/browser/chromeos/status/input_method_menu_button.cc

Issue 7054052: Move more from Window onto Widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/status/input_method_menu_button.cc
===================================================================
--- chrome/browser/chromeos/status/input_method_menu_button.cc (revision 88218)
+++ chrome/browser/chromeos/status/input_method_menu_button.cc (working copy)
@@ -105,7 +105,7 @@
return true;
}
BrowserWindow* active_window = active_browser->window();
- const views::Window* current_window = GetWindow();
+ const views::Widget* current_window = GetWidget();
if (!active_window || !current_window) {
// Can't get an active or current window. Just return true as well.
return true;
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | chrome/browser/ui/panels/panel_browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698