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

Unified Diff: Source/core/html/parser/TextResourceDecoder.h

Issue 1326773002: remove TextResourceDecoder::detectJapaneseEncoding decl which is never defined (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/TextResourceDecoder.h
diff --git a/Source/core/html/parser/TextResourceDecoder.h b/Source/core/html/parser/TextResourceDecoder.h
index ee76a4ee581df04f2a049634632f5c3d1a2770f0..c8a55813fe551c87ad38d56deaf87df9a17ba0a0 100644
--- a/Source/core/html/parser/TextResourceDecoder.h
+++ b/Source/core/html/parser/TextResourceDecoder.h
@@ -82,7 +82,6 @@ private:
bool checkForCSSCharset(const char*, size_t, bool& movedDataToBuffer);
bool checkForXMLCharset(const char*, size_t, bool& movedDataToBuffer);
void checkForMetaCharset(const char*, size_t);
- void detectJapaneseEncoding(const char*, size_t);
bool shouldAutoDetect() const;
ContentType m_contentType;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698