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

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

Issue 2910843002: [Cleanup] Move all browsertests to use ScopedFeatureList to modify features
Patch Set: Move SFL calls to constructor Created 3 years, 5 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 b169bde5ef3cb792ef97c06529720e2fcb993a2e..4c79ef78a8270f655e7d4a5ffe267b65e828a779 100644
--- a/chrome/browser/notifications/notification_interactive_uitest_support.h
+++ b/chrome/browser/notifications/notification_interactive_uitest_support.h
@@ -27,12 +27,9 @@ class MessageCenterChangeObserver {
class NotificationsTest : public InProcessBrowserTest {
public:
- NotificationsTest() {}
+ NotificationsTest();
protected:
- // InProcessBrowserTest overrides.
- void SetUpDefaultCommandLine(base::CommandLine* command_line) override;
-
int GetNotificationCount();
int GetNotificationPopupCount();
« no previous file with comments | « chrome/browser/net/predictor_tab_helper.cc ('k') | chrome/browser/notifications/notification_interactive_uitest_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698