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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc

Issue 9355059: Renaming virtual setters/getters in UserManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: year Created 8 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/ui/views/tab_contents/native_tab_contents_view_gtk.cc
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
index 5534d9274b6e2d3e8c089333c01b1fe99e6d9677..d9a1adf380dcf6b87dfbbdfdc22c2d9b74d6d27f 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
@@ -285,7 +285,7 @@ void NativeTabContentsViewGtk::PositionConstrainedWindows(
#if defined(OS_CHROMEOS)
// TODO(ivankr): this is a hack to display proxy authentication dialog
// centered during the sign-in phase. See http://crosbug/20819.
- if (!chromeos::UserManager::Get()->user_is_logged_in())
+ if (!chromeos::UserManager::Get()->IsUserLoggedIn())
child_y = std::max(view_size.height() / 2 - (requisition.height / 2), 0);
#endif
PositionChild(widget, child_x, child_y, 0, 0);
« no previous file with comments | « chrome/browser/ui/views/ash/status_area_host_aura_browsertest.cc ('k') | chrome/browser/ui/webui/chromeos/login/oobe_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698