| Index: chrome/browser/ui/webui/md_history_ui.cc
|
| diff --git a/chrome/browser/ui/webui/md_history_ui.cc b/chrome/browser/ui/webui/md_history_ui.cc
|
| index 8ddf7b90b5a95c68705d98330dd9fb4a468e7235..4b5a5772cf34370f14eb9c01227654d79c2119b0 100644
|
| --- a/chrome/browser/ui/webui/md_history_ui.cc
|
| +++ b/chrome/browser/ui/webui/md_history_ui.cc
|
| @@ -243,8 +243,6 @@ MdHistoryUI::~MdHistoryUI() {}
|
| // static
|
| bool MdHistoryUI::IsEnabled(Profile* profile) {
|
| return base::FeatureList::IsEnabled(features::kMaterialDesignHistory) &&
|
| - !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kHistoryEnableGroupByDomain) &&
|
| !profile->IsSupervised();
|
| }
|
|
|
|
|