| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index ac3000130ba2e5788e967f1d23f875ab24978bf3..e1e6189ae31d59f41440a55a28a99bcc2214a82f 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -352,7 +352,6 @@ class WebContents : public PageNavigator,
|
| virtual void GenerateMHTML(
|
| const base::FilePath& file,
|
| const base::Callback<void(
|
| - const base::FilePath& /* path to the MHTML file */,
|
| int64 /* size of the file */)>& callback) = 0;
|
|
|
| // Returns true if the active NavigationEntry's page_id equals page_id.
|
|
|