Index: chrome/test/testing_browser_process.h |
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h |
index 6533609ae6b6c21d560e6ea2eea902b0b4617393..ef92396a99c0fe5c070ef764e35af46ac70077cc 100644 |
--- a/chrome/test/testing_browser_process.h |
+++ b/chrome/test/testing_browser_process.h |
@@ -141,6 +141,10 @@ class TestingBrowserProcess : public BrowserProcess { |
return NULL; |
} |
+ virtual printing::PrintPreviewTabController* print_preview_tab_controller() { |
+ return NULL; |
+ } |
+ |
virtual const std::string& GetApplicationLocale() { |
return app_locale_; |
} |