blob: 289e8ca285f49df6e9411c419af157d617f01d1d [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.
#include "chrome/browser/ui/views_mode_controller.h"
#include "base/feature_list.h"
#include "ui/base/ui_base_features.h"
#if defined(OS_MACOSX)
namespace views_mode_controller {
bool IsViewsBrowserCocoa() {
// TODO(https://crbug.com/832676): Delete all code guarded on this function
// returning true and then remove this function.
return false;
}
} // namespace views_mode_controller
#endif