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

Unified Diff: ash/system/session/logout_button_tray.cc

Issue 176883022: Shelf Cleanup (- binary files) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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: ash/system/session/logout_button_tray.cc
diff --git a/ash/system/session/logout_button_tray.cc b/ash/system/session/logout_button_tray.cc
index a1fc8f8706a4f0d311f0712e5822531e63f41bc1..f562e7279d0e9a125e52f9968a1c687b1d13de60 100644
--- a/ash/system/session/logout_button_tray.cc
+++ b/ash/system/session/logout_button_tray.cc
@@ -88,7 +88,7 @@ LogoutButton::LogoutButton(views::ButtonListener* listener)
SetBorder(border.PassAs<views::Border>());
set_animate_on_state_change(false);
- set_min_size(gfx::Size(0, GetShelfItemHeight()));
+ set_min_size(gfx::Size(0, kShelfItemHeight));
}
LogoutButton::~LogoutButton() {
« no previous file with comments | « ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc ('k') | ash/system/status_area_widget_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698