| Index: chrome/browser/ui/browser_dialogs_mac.cc
|
| diff --git a/chrome/browser/ui/browser_dialogs_mac.cc b/chrome/browser/ui/browser_dialogs_mac.cc
|
| deleted file mode 100644
|
| index 2fd94ae459686564ce9ff0c578e6302bf285de5b..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/browser_dialogs_mac.cc
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// Copyright 2015 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/browser_dialogs.h"
|
| -
|
| -#include "base/feature_list.h"
|
| -
|
| -namespace chrome {
|
| -
|
| -const base::Feature kMacViewsNativeDialogs {
|
| - "MacViewsNativeDialogs", base::FEATURE_DISABLED_BY_DEFAULT
|
| -};
|
| -
|
| -const base::Feature kMacViewsWebUIDialogs {
|
| - "MacViewsWebUIDialogs", base::FEATURE_DISABLED_BY_DEFAULT
|
| -};
|
| -
|
| -bool ToolkitViewsDialogsEnabled() {
|
| - return base::FeatureList::IsEnabled(kMacViewsNativeDialogs);
|
| -}
|
| -
|
| -bool ToolkitViewsWebUIDialogsEnabled() {
|
| - return base::FeatureList::IsEnabled(kMacViewsWebUIDialogs);
|
| -}
|
| -
|
| -} // namespace chrome
|
|
|