| 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;
|
|
|