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

Unified Diff: Source/wtf/text/TextEncodingRegistry.h

Issue 335803002: Remove unused text encoding quirks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/wtf/text/TextEncoding.cpp ('k') | Source/wtf/text/TextEncodingRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/TextEncodingRegistry.h
diff --git a/Source/wtf/text/TextEncodingRegistry.h b/Source/wtf/text/TextEncodingRegistry.h
index 74ec4252e49efde6bf19fd20f21964fdc4b7a129..1203b57c017247b581792c23734e77dc415dc1ee 100644
--- a/Source/wtf/text/TextEncodingRegistry.h
+++ b/Source/wtf/text/TextEncodingRegistry.h
@@ -46,8 +46,6 @@ template <typename CharacterType>
const char* atomicCanonicalTextEncodingName(const CharacterType*, size_t);
const char* atomicCanonicalTextEncodingName(const String&);
bool noExtendedTextEncodingNameUsed();
-bool isJapaneseEncoding(const char* canonicalEncodingName);
-bool shouldShowBackslashAsCurrencySymbolIn(const char* canonicalEncodingName);
bool isReplacementEncoding(const char* alias);
bool isReplacementEncoding(const String& alias);
@@ -60,8 +58,6 @@ void dumpTextEncodingNameMap();
using WTF::newTextCodec;
using WTF::atomicCanonicalTextEncodingName;
using WTF::noExtendedTextEncodingNameUsed;
-using WTF::isJapaneseEncoding;
-using WTF::shouldShowBackslashAsCurrencySymbolIn;
#ifndef NDEBUG
using WTF::dumpTextEncodingNameMap;
#endif
« no previous file with comments | « Source/wtf/text/TextEncoding.cpp ('k') | Source/wtf/text/TextEncodingRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698