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

Unified Diff: Source/core/loader/DocumentWriter.h

Issue 69823002: Move ownership of the TextResourceDecoder to DecodedDataDocumentParser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 7 years, 1 month 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/loader/DocumentLoader.cpp ('k') | Source/core/loader/DocumentWriter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentWriter.h
diff --git a/Source/core/loader/DocumentWriter.h b/Source/core/loader/DocumentWriter.h
index f3da31f112b6571752d0006d2e8893f43dce21f1..5d3cac55d294368387c22faa252899af8d67e01b 100644
--- a/Source/core/loader/DocumentWriter.h
+++ b/Source/core/loader/DocumentWriter.h
@@ -66,6 +66,8 @@ public:
// Exposed for DocumentLoader::replaceDocument.
void appendReplacingData(const String&);
+ void setUserChosenEncoding(const String& charset);
+
void setDocumentWasLoadedAsPartOfNavigation();
private:
@@ -77,7 +79,6 @@ private:
bool m_hasReceivedSomeData;
TextResourceDecoderBuilder m_decoderBuilder;
- RefPtr<TextResourceDecoder> m_decoder;
RefPtr<DocumentParser> m_parser;
};
« no previous file with comments | « Source/core/loader/DocumentLoader.cpp ('k') | Source/core/loader/DocumentWriter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698