| Index: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp
|
| diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp
|
| index ba72adcfd23cf1eba29df522f7d91e241197e9d1..3ada6a8610f3708634868ed40b8d2ddf659ed965 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp
|
| +++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp
|
| @@ -125,10 +125,10 @@ bool MHTMLArchive::CanLoadArchive(const KURL& url) {
|
| return false;
|
| }
|
|
|
| -void MHTMLArchive::GenerateMHTMLHeader(const String& boundary,
|
| - const String& title,
|
| - const String& mime_type,
|
| - Vector<char>& output_buffer) {
|
| +void MHTMLArchive::GenerateMHTMLHeaderForTesting(const String& boundary,
|
| + const String& title,
|
| + const String& mime_type,
|
| + Vector<char>& output_buffer) {
|
| ASSERT(!boundary.IsEmpty());
|
| ASSERT(!mime_type.IsEmpty());
|
|
|
|
|