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

Unified Diff: chrome/browser/ui/browser.h

Issue 7044095: Hooking MHTML generation to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fixes Created 9 years, 6 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: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 79ce13b27f1420e6b270cbc36e1825c81c72d559..32ebda67be008ba085fe011c7153eab92ac563ec 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -51,6 +51,7 @@ class Extension;
class FindBarController;
class InstantController;
class InstantUnloadHandler;
+class MHTMLGenerationManager;
class PrefService;
class Profile;
class SessionStorageNamespace;
@@ -1240,6 +1241,8 @@ class Browser : public TabHandlerDelegate,
scoped_ptr<InstantController> instant_;
scoped_ptr<InstantUnloadHandler> instant_unload_handler_;
+ scoped_refptr<MHTMLGenerationManager> mhtml_generation_manager_;
+
DISALLOW_COPY_AND_ASSIGN(Browser);
};

Powered by Google App Engine
This is Rietveld 408576698