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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.cc

Issue 6976040: Revert 86914 - Move a bunch of functions from Window onto Widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/browser/chromeos/login/eula_view.cc ('k') | chrome/browser/chromeos/network_login_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/existing_user_controller.cc
===================================================================
--- chrome/browser/chromeos/login/existing_user_controller.cc (revision 86938)
+++ chrome/browser/chromeos/login/existing_user_controller.cc (working copy)
@@ -266,7 +266,7 @@
view->set_delegate(this);
views::Window* window = browser::CreateViewsWindow(
GetNativeWindow(), gfx::Rect(), view);
- window->SetAlwaysOnTop(true);
+ window->SetIsAlwaysOnTop(true);
window->Show();
} else {
LOG(WARNING) << "No captcha image url was found?";
@@ -410,7 +410,7 @@
views::Window* window = browser::CreateViewsWindow(GetNativeWindow(),
gfx::Rect(),
view);
- window->SetAlwaysOnTop(true);
+ window->SetIsAlwaysOnTop(true);
window->Show();
if (login_status_consumer_)
« no previous file with comments | « chrome/browser/chromeos/login/eula_view.cc ('k') | chrome/browser/chromeos/network_login_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698