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

Unified Diff: ash/common/system/tray/throbber_view.cc

Issue 2709903004: Consolidate some more ash tray constants. (Closed)
Patch Set: rebase Created 3 years, 10 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/common/system/tray/throbber_view.cc
diff --git a/ash/common/system/tray/throbber_view.cc b/ash/common/system/tray/throbber_view.cc
index d326d81deb31271d81f283cc914cfa5d531d54ce..77478bb61a51f119fa2f4acd42f7097ccacca51b 100644
--- a/ash/common/system/tray/throbber_view.cc
+++ b/ash/common/system/tray/throbber_view.cc
@@ -48,7 +48,7 @@ ThrobberView::ThrobberView() {
ThrobberView::~ThrobberView() {}
gfx::Size ThrobberView::GetPreferredSize() const {
- int size = GetTrayConstant(TRAY_POPUP_ITEM_MIN_HEIGHT);
+ int size = kTrayPopupItemMinHeight;
tdanderson 2017/02/28 17:08:18 nit: local variable not needed
Evan Stade 2017/03/01 04:28:54 Done.
return gfx::Size(size, size);
}

Powered by Google App Engine
This is Rietveld 408576698