Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3071)

Unified Diff: chrome/browser/ui/browser_dialogs_mac.cc

Issue 2524213002: MacViews: Consolidate flags. Just use --secondary-ui-md to enable MacViews. (Closed)
Patch Set: rebase for r435075 Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/ui/browser_dialogs.h ('k') | chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_views.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698