chromium/chrome/browser/notifications/notification_interactive_uitest_support.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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/test/base/in_process_browser_test.h"
#include "components/content_settings/core/common/content_settings.h"
#include "components/permissions/permission_request_manager.h"
#include "ui/message_center/message_center_observer.h"

class MessageCenterChangeObserver {};

class TestMessageCenterObserver : public message_center::MessageCenterObserver {};

class NotificationsTest : public InProcessBrowserTest {};

class NotificationsTestWithPermissionsEmbargo : public NotificationsTest {};

#endif  // CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_INTERACTIVE_UITEST_SUPPORT_H_