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

Unified Diff: content/public/common/favicon_url.cc

Issue 2918903002: Move IconURLs method from WebFrame to WebLocalFrame (Closed)
Patch Set: s/kFavIcon/kFavicon/g (as suggested in CR feedback from pkotwicz@). Created 3 years, 6 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
« no previous file with comments | « content/public/common/favicon_url.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/favicon_url.cc
diff --git a/content/public/common/favicon_url.cc b/content/public/common/favicon_url.cc
index 80debff64ba5f75e9a94c14175381268ab41a8b6..d727838f4c009a5e45778285d63cd643e53db90d 100644
--- a/content/public/common/favicon_url.cc
+++ b/content/public/common/favicon_url.cc
@@ -6,9 +6,7 @@
namespace content {
-FaviconURL::FaviconURL()
- : icon_type(INVALID_ICON) {
-}
+FaviconURL::FaviconURL() : icon_type(IconType::kInvalid) {}
FaviconURL::FaviconURL(const GURL& url,
IconType type,
« no previous file with comments | « content/public/common/favicon_url.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698