Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 0d32964da6bbfe091c76cdc049f6003b5bc7f49b..adb5a1fd28f05dc6bfc413b8c6734ef98f45435c 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -116,6 +116,8 @@ class BrowserProcessImpl : public BrowserProcess, |
virtual void SetIPCLoggingEnabled(bool enable); |
#endif |
+ virtual MHTMLGenerationManager* mhtml_generation_manager(); |
+ |
private: |
void ClearLocalState(const FilePath& profile_path); |
bool ShouldClearLocalState(FilePath* profile_path); |
@@ -292,6 +294,8 @@ class BrowserProcessImpl : public BrowserProcess, |
NotificationRegistrar notification_registrar_; |
scoped_refptr<PluginDataRemover> plugin_data_remover_; |
+ scoped_refptr<MHTMLGenerationManager> mhtml_generation_manager_; |
+ |
// Monitors the state of the 'DisablePluginFinder' policy. |
BooleanPrefMember plugin_finder_disabled_pref_; |