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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 22920005: Refactor MHTMLGenerator to allow getting sending the data to a file descriptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index bb56ddba2c1c6a2691a9226af54330e0a2b40a41..26ebd7d2c32f1a033d961934b132864bf8f16000 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -275,7 +275,7 @@ class CONTENT_EXPORT WebContentsImpl
const Referrer& referrer) OVERRIDE;
virtual void GenerateMHTML(
const base::FilePath& file,
- const base::Callback<void(const base::FilePath&, int64)>& callback)
+ const base::Callback<void(int64)>& callback)
OVERRIDE;
virtual bool IsActiveEntry(int32 page_id) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698