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

Unified Diff: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h

Issue 2834013002: PlzNavigate: make MHTML iframe load working. (Closed)
Patch Set: rebase Created 3 years, 7 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: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
index 5c449f2fcbb73cf3bdea89c21f64bd52ab761781..24c078007aa35ddf09067a573b7f53f25e9b55a0 100644
--- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
+++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
@@ -38,6 +38,11 @@
namespace blink {
+// When URIs use the "cid" (Content-ID) scheme, the resource refers to a
+// specific body part in an MHTML multipart/related structure.
+// See RFC n°2557, section-8.3: "Use of the Content-ID header and CID URLs".
+const char kContentIdScheme[] = "cid";
+
class ArchiveResource;
class KURL;
class SharedBuffer;

Powered by Google App Engine
This is Rietveld 408576698