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

Unified Diff: chrome/common/gfx/chrome_canvas.h

Issue 8991: Always show file extensions in the shelf. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « chrome/browser/views/download_item_view.cc ('k') | chrome/common/gfx/chrome_canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/gfx/chrome_canvas.h
===================================================================
--- chrome/common/gfx/chrome_canvas.h (revision 4245)
+++ chrome/common/gfx/chrome_canvas.h (working copy)
@@ -52,6 +52,9 @@
static const int SHOW_PREFIX = 128;
static const int HIDE_PREFIX = 256;
+ // Prevent ellipsizing
+ static const int NO_ELLIPSIS = 512;
+
// Creates an empty ChromeCanvas. Callers must use initialize before using
// the canvas.
ChromeCanvas();
« no previous file with comments | « chrome/browser/views/download_item_view.cc ('k') | chrome/common/gfx/chrome_canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698