Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3237)

Unified Diff: chrome/browser/notifications/notification_interactive_uitest_support.h

Issue 2910843002: [Cleanup] Move all browsertests to use ScopedFeatureList to modify features
Patch Set: Ilya comments addressed Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 1aa23c00fae4fe0074b1b8339b2ee9ef5a76debb..52514d29e80ae9d616aac575b11fad12cf753984 100644
--- a/chrome/browser/notifications/notification_interactive_uitest_support.h
+++ b/chrome/browser/notifications/notification_interactive_uitest_support.h
@@ -30,8 +30,7 @@ class NotificationsTest : public InProcessBrowserTest {
NotificationsTest() {}
protected:
- // InProcessBrowserTest overrides.
Ilya Sherman 2017/06/28 19:56:05 nit: Please preserve this line.
chaopeng 2017/06/30 19:32:36 Done.
- void SetUpDefaultCommandLine(base::CommandLine* command_line) override;
+ void SetUp() override;
int GetNotificationCount();
int GetNotificationPopupCount();

Powered by Google App Engine
This is Rietveld 408576698