chromium/chrome/browser/notifications/popups_only_ui_controller.cc

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

#include "chrome/browser/notifications/popups_only_ui_controller.h"

#include "ui/message_center/message_center.h"
#include "ui/message_center/views/desktop_message_popup_collection.h"

PopupsOnlyUiController::PopupsOnlyUiController()
    :{}

PopupsOnlyUiController::~PopupsOnlyUiController() {}

void PopupsOnlyUiController::OnNotificationAdded(
    const std::string& notification_id) {}

void PopupsOnlyUiController::OnNotificationRemoved(
    const std::string& notification_id,
    bool by_user) {}

void PopupsOnlyUiController::OnNotificationUpdated(
    const std::string& notification_id) {}

void PopupsOnlyUiController::OnNotificationClicked(
    const std::string& notification_id,
    const std::optional<int>& button_index,
    const std::optional<std::u16string>& reply) {}

void PopupsOnlyUiController::OnBlockingStateChanged(
    message_center::NotificationBlocker* blocker) {}

void PopupsOnlyUiController::ShowOrHidePopupBubbles() {}