Index: chrome/browser/browser_process.h |
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h |
index e26e77b437a3b350237f0a0ceea494240ea192fd..06a0d08cf8f364242fdbdb67ce81b3d708dd053a 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; |
@@ -243,6 +244,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_; |