blob: 9c3fadda24e645bfa226c16ff199686274ddf792 [file] [log] [blame]
// Copyright 2018 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.
#ifndef CHROME_BROWSER_UI_VIEWS_MODE_CONTROLLER_H_
#define CHROME_BROWSER_UI_VIEWS_MODE_CONTROLLER_H_
#include "build/build_config.h"
#include "build/buildflag.h"
#include "ui/base/ui_features.h"
#if defined(OS_MACOSX) && BUILDFLAG(MAC_VIEWS_BROWSER)
namespace views_mode_controller {
// Returns whether a Views-capable browser build should use the Cocoa browser
// UI.
bool IsViewsBrowserCocoa();
} // namespace views_mode_controller
#endif
#endif // CHROME_BROWSER_UI_VIEWS_MODE_CONTROLLER_H_