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

Unified Diff: sky/engine/core/html/parser/BackgroundHTMLParser.h

Issue 676133002: Remove HTMLParserOptions (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixup Created 6 years, 2 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
Index: sky/engine/core/html/parser/BackgroundHTMLParser.h
diff --git a/sky/engine/core/html/parser/BackgroundHTMLParser.h b/sky/engine/core/html/parser/BackgroundHTMLParser.h
index 50c3cad8fd29a5d6326c05e7a48d5737753cd2b4..c0b3a198c8ce764581e71af3df7e7244429ca0d6 100644
--- a/sky/engine/core/html/parser/BackgroundHTMLParser.h
+++ b/sky/engine/core/html/parser/BackgroundHTMLParser.h
@@ -28,7 +28,6 @@
#include "base/memory/weak_ptr.h"
#include "core/html/parser/CompactHTMLToken.h"
-#include "core/html/parser/HTMLParserOptions.h"
#include "core/html/parser/HTMLTokenizer.h"
#include "core/html/parser/TextResourceDecoder.h"
#include "mojo/public/cpp/system/core.h"
@@ -46,7 +45,6 @@ class BackgroundHTMLParser : public DataPipeDrainer::Client {
WTF_MAKE_FAST_ALLOCATED;
public:
struct Configuration {
- HTMLParserOptions options;
mojo::ScopedDataPipeConsumerHandle source;
WeakPtr<HTMLDocumentParser> parser;
};
« no previous file with comments | « sky/engine/core/dom/DecodedDataDocumentParser.cpp ('k') | sky/engine/core/html/parser/BackgroundHTMLParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698