| Index: chrome/browser/notifications/notification_interactive_uitest_support.h
|
| diff --git a/chrome/browser/notifications/notification_interactive_uitest_support.h b/chrome/browser/notifications/notification_interactive_uitest_support.h
|
| index ff144710c81f21c387e6d40ca7e81edf4a68b653..a9dbfaf2d2386f3560b14100cbbb11eceeeef952 100644
|
| --- a/chrome/browser/notifications/notification_interactive_uitest_support.h
|
| +++ b/chrome/browser/notifications/notification_interactive_uitest_support.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_INTERACTIVE_UITEST_SUPPORT_H_
|
| #define CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_INTERACTIVE_UITEST_SUPPORT_H_
|
|
|
| +#include "base/command_line.h"
|
| #include "base/test/scoped_feature_list.h"
|
| #include "chrome/browser/permissions/permission_request_manager.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| @@ -29,6 +30,9 @@ class NotificationsTest : public InProcessBrowserTest {
|
| NotificationsTest() {}
|
|
|
| protected:
|
| + // InProcessBrowserTest overrides.
|
| + void SetUpDefaultCommandLine(base::CommandLine* command_line) override;
|
| +
|
| int GetNotificationCount();
|
| int GetNotificationPopupCount();
|
|
|
|
|