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

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

Issue 1386873003: OOPIFs: Transitioning MHTML generation from view-oriented to frame-oriented. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mhtml-generation-mgr-cleanup
Patch Set: Addressed CR feedback from dcheng@. Created 5 years 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 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

Powered by Google App Engine
This is Rietveld 408576698