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

Unified Diff: chrome/browser/ui/cocoa/download/download_item_cell.mm

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment Created 7 years, 3 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/cocoa/download/download_item_cell.mm
diff --git a/chrome/browser/ui/cocoa/download/download_item_cell.mm b/chrome/browser/ui/cocoa/download/download_item_cell.mm
index 4928951da742294c2574ee7473e39aaa43949b84..03a37fc1d754cb62cf50bcc7fe10f2a0074e6d20 100644
--- a/chrome/browser/ui/cocoa/download/download_item_cell.mm
+++ b/chrome/browser/ui/cocoa/download/download_item_cell.mm
@@ -51,9 +51,6 @@ const CGFloat kPrimaryTextOnlyPosTop = 10;
// y coordinate of status message, in view coords.
const CGFloat kSecondaryTextPosTop = 18;
-// Grey value of status text.
-const CGFloat kSecondaryTextColor = 0.5;
-
// Width of dropdown area on the right (includes 1px for the border on each
// side).
const CGFloat kDropdownAreaWidth = 14;

Powered by Google App Engine
This is Rietveld 408576698