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

Unified Diff: components/favicon/core/favicon_handler.h

Issue 1119163003: Save large icons to a new LARGE_ICON type Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yet more clarifying comments Created 5 years, 7 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/core/favicon_handler.h
diff --git a/components/favicon/core/favicon_handler.h b/components/favicon/core/favicon_handler.h
index 3fee8be7cb933e757619127df7b7830695c3e6d1..8eb4bdcba054b2396e1a0895b117cf7252595999 100644
--- a/components/favicon/core/favicon_handler.h
+++ b/components/favicon/core/favicon_handler.h
@@ -193,7 +193,7 @@ class FaviconHandler {
// Get the maximal icon size in pixels for a icon of type |icon_type| for the
// current platform.
- static int GetMaximalIconSize(favicon_base::IconType icon_type);
+ int GetMaximalIconSize(favicon_base::IconType icon_type);
// See description above class for details.
void OnFaviconDataForInitialURLFromFaviconService(const std::vector<
« no previous file with comments | « no previous file | components/favicon/core/favicon_handler.cc » ('j') | components/favicon/core/favicon_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698