diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 14:51:35 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 14:51:35 +0000 |
commit | e811dcf1f595c0dee44321e544b91789d9b63aa0 (patch) | |
tree | a350343ef89025b4ba5ec42f84f5a05d23ae6251 /app | |
parent | 67694b50bf3fbc19076875301cab714a14a3a85b (diff) | |
download | chromium_src-e811dcf1f595c0dee44321e544b91789d9b63aa0.zip chromium_src-e811dcf1f595c0dee44321e544b91789d9b63aa0.tar.gz chromium_src-e811dcf1f595c0dee44321e544b91789d9b63aa0.tar.bz2 |
Remove TODOs or add bug numbers to TODOs
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/606016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/gfx/font_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/font_mac.mm b/app/gfx/font_mac.mm index abbf6f4..32b8bef 100644 --- a/app/gfx/font_mac.mm +++ b/app/gfx/font_mac.mm @@ -83,7 +83,7 @@ int Font::FontSize() { } NativeFont Font::nativeFont() const { - // TODO(pinkerton): apply |style_| to font. + // TODO(pinkerton): apply |style_| to font. http://crbug.com/34667 // We could cache this, but then we'd have to conditionally change the // dtor just for MacOS. Not sure if we want to/need to do that. return [NSFont fontWithName:base::SysWideToNSString(font_name_) |