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

Unified Diff: Source/core/dom/IconURL.h

Issue 132723002: Remove compile time flag TOUCH_ICON_LOADING and use runtime flag instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix unit test case Created 6 years, 11 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 | « Source/core/dom/Document.cpp ('k') | Source/core/html/LinkRelAttribute.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/IconURL.h
diff --git a/Source/core/dom/IconURL.h b/Source/core/dom/IconURL.h
index adec2a7a8fd161b7fd37ea7cc9a8c8f999a1cde4..d35b360d3a522ed16cad4c1be08388cea992de9e 100644
--- a/Source/core/dom/IconURL.h
+++ b/Source/core/dom/IconURL.h
@@ -35,12 +35,6 @@
namespace WebCore {
-#if ENABLE(TOUCH_ICON_LOADING)
-#define ICON_COUNT 3
-#else
-#define ICON_COUNT 1
-#endif
-
enum IconType {
InvalidIcon = 0,
Favicon = 1,
@@ -75,8 +69,6 @@ struct IconURL {
bool operator==(const IconURL&, const IconURL&);
-typedef Vector<IconURL, ICON_COUNT> IconURLs;
-
}
#endif // IconURL_h
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/html/LinkRelAttribute.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698