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

Unified Diff: athena/home/home_card_constants.cc

Issue 715053003: Introduce system_info as an independent container. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 6 years, 1 month 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: athena/home/home_card_constants.cc
diff --git a/athena/home/home_card_constants.cc b/athena/home/home_card_constants.cc
index 2a951c6acfb3e69ba57c32c9d38f2f61b637324e..7fe6bb252bc96da730c92563b3b1fcf8e614929a 100644
--- a/athena/home/home_card_constants.cc
+++ b/athena/home/home_card_constants.cc
@@ -12,7 +12,6 @@ const int kHomeCardDragIndicatorWidth = 48;
const int kHomeCardDragIndicatorMarginHeight = 7;
const int kHomeCardMinimizedHeight =
kHomeCardDragIndicatorMarginHeight * 2 + kHomeCardDragIndicatorHeight;
-const int kSystemUIHeight = 24;
const int kHomeCardSearchBoxId = 1000;
} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698