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

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

Issue 120513004: Don't expose DocumentWriter to embedding layer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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: Source/core/loader/DocumentLoader.h
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
index b92864b954946121f9f8205bee095793abc05a2e..8b11120aabe0599f2c4c9470b7f71687990081bb 100644
--- a/Source/core/loader/DocumentLoader.h
+++ b/Source/core/loader/DocumentLoader.h
@@ -80,8 +80,6 @@ namespace WebCore {
unsigned long mainResourceIdentifier() const;
void replaceDocument(const String& source, Document*);
- DocumentWriter* beginWriting(const AtomicString& mimeType, const AtomicString& encoding, const KURL& = KURL());
- void endWriting(DocumentWriter*);
const AtomicString& mimeType() const;
@@ -164,11 +162,10 @@ namespace WebCore {
void ensureWriter();
void ensureWriter(const AtomicString& mimeType, const KURL& overridingURL = KURL());
+ void endWriting(DocumentWriter*);
Document* document() const;
- void setRequest(const ResourceRequest&);
-
void commitIfReady();
void commitData(const char* bytes, size_t length);
void setMainDocumentError(const ResourceError&);

Powered by Google App Engine
This is Rietveld 408576698