diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 3351d0b..82e7970 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -30,6 +30,7 @@ class IconManager; class IntranetRedirectDetector; class IOThread; class MetricsService; +class MHTMLGenerationManager; class NotificationUIManager; class PrefService; class ProfileManager; @@ -239,6 +240,8 @@ class BrowserProcess { plugin_data_remover_mime_type_ = mime_type; } + virtual MHTMLGenerationManager* mhtml_generation_manager() = 0; + private: // User-data-dir based profiles. std::vector<std::wstring> user_data_dir_profiles_; |