blob: 28a5a5045a650396bfc0932233e6efe5d111b272 [file] [log] [blame]
// Copyright 2016 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/logging.h"
bool IsFullScreenMode() {
// TODO: https://crbug.com/843018
NOTIMPLEMENTED();
return false;
}