| Index: chrome/browser/ui/webui/md_history_ui.h
|
| diff --git a/chrome/browser/ui/webui/md_history_ui.h b/chrome/browser/ui/webui/md_history_ui.h
|
| index 3104037286d13d67186d4f9365c5dc108be1ce91..117aff21c230464c2c3cb612240e631a0c3feead 100644
|
| --- a/chrome/browser/ui/webui/md_history_ui.h
|
| +++ b/chrome/browser/ui/webui/md_history_ui.h
|
| @@ -21,6 +21,8 @@ class MdHistoryUI : public content::WebUIController {
|
| ~MdHistoryUI() override;
|
|
|
| static bool IsEnabled(Profile* profile);
|
| + // Reset the current list of features and explicitly disable MD History.
|
| + static void DisableForTesting();
|
|
|
| static base::RefCountedMemory* GetFaviconResourceBytes(
|
| ui::ScaleFactor scale_factor);
|
|
|