chromium/chrome/browser/notifications/fullscreen_notification_blocker.cc

// Copyright 2013 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/fullscreen_notification_blocker.h"

#include "base/metrics/histogram_macros.h"
#include "base/time/time.h"
#include "chrome/browser/fullscreen.h"

namespace {
const int kFullscreenStatePollingIntervalSeconds =;
}

FullscreenNotificationBlocker::FullscreenNotificationBlocker(
    message_center::MessageCenter* message_center)
    :{}

FullscreenNotificationBlocker::~FullscreenNotificationBlocker() {}

void FullscreenNotificationBlocker::CheckState() {}

bool FullscreenNotificationBlocker::ShouldShowNotificationAsPopup(
    const message_center::Notification& notification) const {}