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

Unified Diff: Source/WebCore/platform/SchemeRegistry.cpp

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. Created 7 years, 8 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/WebCore/platform/RunLoop.cpp ('k') | Source/WebCore/platform/ScrollAnimatorNone.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/SchemeRegistry.cpp
diff --git a/Source/WebCore/platform/SchemeRegistry.cpp b/Source/WebCore/platform/SchemeRegistry.cpp
index 5cfcbb17ca32a913b4591091ec356bd761d789f5..28aeadc9473afd30b3f7a0c02b908e47bedbf7b4 100644
--- a/Source/WebCore/platform/SchemeRegistry.cpp
+++ b/Source/WebCore/platform/SchemeRegistry.cpp
@@ -38,9 +38,6 @@ static URLSchemesMap& localURLSchemes()
#if PLATFORM(MAC)
localSchemes.add("applewebdata");
#endif
-#if PLATFORM(QT)
- localSchemes.add("qrc");
-#endif
}
return localSchemes;
« no previous file with comments | « Source/WebCore/platform/RunLoop.cpp ('k') | Source/WebCore/platform/ScrollAnimatorNone.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698