| Index: chrome/browser/ui/webui/fallback_icon_source.h
|
| diff --git a/chrome/browser/ui/webui/fallback_icon_source.h b/chrome/browser/ui/webui/fallback_icon_source.h
|
| index 086bbd0ffa492409f4d3c1e8ae4264bf727b08f5..ba4843e158bb902b602b7639ffac980c3171f965 100644
|
| --- a/chrome/browser/ui/webui/fallback_icon_source.h
|
| +++ b/chrome/browser/ui/webui/fallback_icon_source.h
|
| @@ -20,11 +20,11 @@
|
| // 'size'
|
| // Positive integer to specify the fallback icon's size in pixels.
|
| // 'bc'
|
| -// Fallback icon's background color, as named CSS color, or #RGB / #RRGGBB /
|
| -// #AARRGGBB hex formats.
|
| +// Fallback icon's background color, as named CSS color, or RGB / ARGB /
|
| +// RRGGBB / AARRGGBB hex formats (no leading "#").
|
| // 'tc'
|
| -// Fallback icon text color, as named CSS color, or #RGB / #RRGGBB /
|
| -// #AARRGGBB hex formats.
|
| +// Fallback icon text color, as named CSS color, or RGB / ARGB / RRGGBB /
|
| +// AARRGGBB hex formats (no leading "#").
|
| // 'fsr'
|
| // Number in [0.0, 1.0] to specify the fallback icon's font size (pixels)
|
| // as a ratio to the icon's size.
|
|
|