diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-30 12:32:33 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-30 12:32:33 +0000 |
commit | 5b47922909aea1e0fa3242cc86baeae20c853d80 (patch) | |
tree | fba78177d314e95cbf2655378151932fee83fb3f /ui/base/text | |
parent | 53e770fabc2d05494aa1ca7f154bb00f78e68921 (diff) | |
download | chromium_src-5b47922909aea1e0fa3242cc86baeae20c853d80.zip chromium_src-5b47922909aea1e0fa3242cc86baeae20c853d80.tar.gz chromium_src-5b47922909aea1e0fa3242cc86baeae20c853d80.tar.bz2 |
Update bug reference.
BUG=77883
TEST=no code change
Review URL: http://codereview.chromium.org/6756022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/text')
-rw-r--r-- | ui/base/text/text_elider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/text/text_elider.cc b/ui/base/text/text_elider.cc index e6aaa26..7f7a727 100644 --- a/ui/base/text/text_elider.cc +++ b/ui/base/text/text_elider.cc @@ -56,7 +56,7 @@ string16 CutString(const string16& text, // than the available pixel width. For available pixel width = 0, a formatted, // but un-elided, string is returned. // -// TODO(pkasting): http://b/119635 This whole function gets +// TODO(pkasting): http://crbug.com/77883 This whole function gets // kerning/ligatures/etc. issues potentially wrong by assuming that the width of // a rendered string is always the sum of the widths of its substrings. Also I // suspect it could be made simpler. |