| Index: components/favicon_base/fallback_icon_url_parser.h
|
| diff --git a/components/favicon_base/fallback_icon_url_parser.h b/components/favicon_base/fallback_icon_url_parser.h
|
| index 5d5971e808f32b042cb4f25c60824c58914d69fb..9d51d7a9cb47cc55f6f80cd0bbdc6e6aae17d1f3 100644
|
| --- a/components/favicon_base/fallback_icon_url_parser.h
|
| +++ b/components/favicon_base/fallback_icon_url_parser.h
|
| @@ -31,7 +31,6 @@ class ParsedFallbackIconPath {
|
| // file "chrome/browser/ui/webui/fallback_icon_source.h".
|
| bool Parse(const std::string& path);
|
|
|
| - private:
|
| // Parses |specs_str|, which should be the comma-separated value portion
|
| // in the format described at the top of the file
|
| // "chrome/browser/ui/webui/fallback_icon_source.h".
|
| @@ -39,6 +38,7 @@ class ParsedFallbackIconPath {
|
| int *size,
|
| favicon_base::FallbackIconStyle* style);
|
|
|
| + private:
|
| // Helper to parse color string (e.g., "red", "#f00", "#aB0137"). On success,
|
| // returns true and writes te result to |*color|.
|
| static bool ParseColor(const std::string& color_str, SkColor* color);
|
|
|