| 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 598c335c1079c3f5694116743ba5837fa5fb04b1..346b05e1726fd57e9cd0c67b328755f417be7b57 100644
|
| --- a/chrome/browser/ui/webui/md_history_ui.cc
|
| +++ b/chrome/browser/ui/webui/md_history_ui.cc
|
| @@ -240,17 +240,6 @@ bool MdHistoryUI::IsEnabled(Profile* profile) {
|
| }
|
|
|
| // static
|
| -void MdHistoryUI::SetEnabledForTesting(bool enabled) {
|
| - std::unique_ptr<base::FeatureList> feature_list(new base::FeatureList);
|
| -
|
| - const std::string& name = features::kMaterialDesignHistory.name;
|
| - feature_list->InitializeFromCommandLine(enabled ? name : "",
|
| - enabled ? "" : name);
|
| - base::FeatureList::ClearInstanceForTesting();
|
| - base::FeatureList::SetInstance(std::move(feature_list));
|
| -}
|
| -
|
| -// static
|
| base::RefCountedMemory* MdHistoryUI::GetFaviconResourceBytes(
|
| ui::ScaleFactor scale_factor) {
|
| return ResourceBundle::GetSharedInstance().LoadDataResourceBytesForScale(
|
|
|