| Index: chrome/test/testing_browser_process.h
|
| diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
|
| index bdfe555a4e268b419e1b07bed75e8dcd3b9726e4..09363a61631a49c2a67dfcd17f74c1db2dd1eac7 100644
|
| --- a/chrome/test/testing_browser_process.h
|
| +++ b/chrome/test/testing_browser_process.h
|
| @@ -103,6 +103,10 @@ class TestingBrowserProcess : public BrowserProcess {
|
| return clipboard_.get();
|
| }
|
|
|
| + virtual NotificationUIManager* notification_ui_manager() {
|
| + return NULL;
|
| + }
|
| +
|
| virtual GoogleURLTracker* google_url_tracker() {
|
| return NULL;
|
| }
|
|
|