Chromium Code Reviews

Unified Diff: chrome/test/testing_browser_process.h

Issue 208068: Desktop Notifications UI (for windows) (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine