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 ee7f3a948308b9f3c251cca69d7a9565c57a59c2..f2ce7ee166e457c9c6fd515f8eb7f2d26f886c05 100644 |
--- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h |
+++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h |
@@ -58,10 +58,6 @@ public: |
UseBinaryEncoding |
}; |
- // Generates a random/unique boundary that can be used as a separator of |
- // MHTML parts. |
- static String generateMHTMLBoundary(); |
- |
// Generates an MHTML header and appends it to |outputBuffer|. |
// |
// Same |boundary| needs to used for all generateMHTMLHeader and |