[M120 Migration]Fix for crash during chrome exit
[platform/framework/web/chromium-efl.git] / chrome / browser / fullscreen_fuchsia.cc
1 // Copyright 2021 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/fullscreen.h"
6
7 #include "base/notreached.h"
8
9 bool IsFullScreenMode() {
10   // TODO(crbug.com/1233426):
11   NOTIMPLEMENTED_LOG_ONCE();
12   return false;
13 }