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

Unified Diff: chrome/browser/download/download_item_model.cc

Issue 312233003: Add fade eliding for Views Labels; related cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refine alignment check; minor additional cleanup. Created 6 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/signin/signin_ui_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_item_model.cc
diff --git a/chrome/browser/download/download_item_model.cc b/chrome/browser/download/download_item_model.cc
index 171d3b00dd6d990ef0dc754e15ae5cfa66250539..aa1aefddff5abf46533c4a5bae9cfe0874299917 100644
--- a/chrome/browser/download/download_item_model.cc
+++ b/chrome/browser/download/download_item_model.cc
@@ -361,7 +361,7 @@ base::string16 DownloadItemModel::GetTooltipText(const gfx::FontList& font_list,
reason != content::DOWNLOAD_INTERRUPT_REASON_USER_CANCELED) {
tooltip += base::ASCIIToUTF16("\n");
tooltip += gfx::ElideText(InterruptReasonStatusMessage(reason),
- font_list, max_width, gfx::ELIDE_AT_END);
+ font_list, max_width, gfx::ELIDE_TAIL);
}
return tooltip;
}
« no previous file with comments | « no previous file | chrome/browser/signin/signin_ui_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698