Chromium Code Reviews| Index: chrome/browser/notifications/platform_notification_service_impl.h |
| diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h |
| index d2ac54fd611197a53317e154dce6dac51dd399f3..ad35d9b95b377d056fc757e345730f662a859683 100644 |
| --- a/chrome/browser/notifications/platform_notification_service_impl.h |
| +++ b/chrome/browser/notifications/platform_notification_service_impl.h |
| @@ -12,6 +12,7 @@ |
| #include "base/gtest_prod_util.h" |
| #include "base/macros.h" |
| +#include "base/memory/scoped_ptr.h" |
| #include "base/memory/singleton.h" |
| #include "base/strings/string16.h" |
| #include "chrome/browser/notifications/notification.h" |
| @@ -125,6 +126,8 @@ class PlatformNotificationServiceImpl |
| base::string16 DisplayNameForContextMessage(Profile* profile, |
| const GURL& origin) const; |
| + scoped_ptr<NotificationUIManager> native_notification_ui_manager_; |
|
Peter Beverloo
2016/01/08 05:14:26
+ docs
Miguel Garcia
2016/01/08 11:46:55
Done.
|
| + |
| // Weak reference. Ownership maintains with the test. |
| NotificationUIManager* notification_ui_manager_for_tests_; |