#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 { … }