blob: 4c269ce362173f75e7852506f5625753688c44cd [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/fullscreen.h"
#include "base/notreached.h"
bool IsFullScreenMode() {
// TODO(crbug.com/1233426):
NOTIMPLEMENTED_LOG_ONCE();
return false;
}