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

Unified Diff: components/favicon_base/fallback_icon_url_parser.h

Issue 1318523011: [Password Manager] Copiable username and origin. Linkable origin elided from the left. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Icons appearance fixed Created 5 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
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);

Powered by Google App Engine
This is Rietveld 408576698