Index: chrome/test/testing_browser_process.cc |
=================================================================== |
--- chrome/test/testing_browser_process.cc (revision 86624) |
+++ chrome/test/testing_browser_process.cc (working copy) |
@@ -123,6 +123,14 @@ |
return NULL; |
} |
+BackgroundModeManager* TestingBrowserProcess::background_mode_manager() { |
+ return NULL; |
+} |
+ |
+StatusTray* TestingBrowserProcess::status_tray() { |
+ return NULL; |
+} |
+ |
safe_browsing::ClientSideDetectionService* |
TestingBrowserProcess::safe_browsing_detection_service() { |
return NULL; |