summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_browser_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_browser_process.cc')
-rw-r--r--chrome/test/testing_browser_process.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc
index 516dd8e..4f78299 100644
--- a/chrome/test/testing_browser_process.cc
+++ b/chrome/test/testing_browser_process.cc
@@ -7,7 +7,6 @@
#include "base/string_util.h"
#include "base/synchronization/waitable_event.h"
#include "chrome/browser/google/google_url_tracker.h"
-#include "chrome/browser/notifications/notification_ui_manager.h"
#include "chrome/browser/policy/browser_policy_connector.h"
#include "chrome/browser/policy/configuration_policy_pref_store.h"
#include "chrome/browser/policy/configuration_policy_provider.h"
@@ -144,10 +143,7 @@ TestingBrowserProcess::extension_event_router_forwarder() {
}
NotificationUIManager* TestingBrowserProcess::notification_ui_manager() {
- if (!notification_ui_manager_.get())
- notification_ui_manager_.reset(
- NotificationUIManager::Create(local_state()));
- return notification_ui_manager_.get();
+ return NULL;
}
GoogleURLTracker* TestingBrowserProcess::google_url_tracker() {