Index: chrome/test/testing_browser_process.h |
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h |
index f2ea1eeb00ebfa56ad32b053f3a2f483b4f0cc1a..030fea47e3c33e58eb6133f1e7366d43bb4ad794 100644 |
--- a/chrome/test/testing_browser_process.h |
+++ b/chrome/test/testing_browser_process.h |
@@ -21,6 +21,7 @@ |
class BackgroundModeManager; |
class IOThread; |
class GoogleURLTracker; |
+class MHTMLGenerationManager; |
class NotificationUIManager; |
class PrefService; |
class WatchDogThread; |
@@ -113,6 +114,7 @@ class TestingBrowserProcess : public BrowserProcess { |
#if defined(IPC_MESSAGE_LOG_ENABLED) |
virtual void SetIPCLoggingEnabled(bool enable) {} |
#endif |
+ virtual MHTMLGenerationManager* mhtml_generation_manager(); |
// Set the local state for tests. Consumer is responsible for cleaning it up |
// afterwards (using ScopedTestingLocalState, for example). |