PlatformNotificationService layering cleanup.
Make the display service execute the delegate->Display() call instead of having every bridge do it.
Access NotificationDisplayService from the profile directly
Simplify how PlatformNotificationServiceImpl unittest access the display
service to make it more similar to production.
Make GetNotificationUIManager private.
BUG=596161
Review URL: https://codereview.chromium.org/1895473002
Cr-Commit-Position: refs/heads/master@{#389736}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 64a1fe1..3d48ff0 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1103,6 +1103,8 @@
"net/url_request_mock_util.h",
"notifications/notification_test_util.cc",
"notifications/notification_test_util.h",
+ "notifications/stub_notification_platform_bridge.cc",
+ "notifications/stub_notification_platform_bridge.h",
"profile_resetter/profile_resetter_test_base.cc",
"profile_resetter/profile_resetter_test_base.h",
"search_engines/template_url_service_factory_test_util.cc",