| 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 117aff21c230464c2c3cb612240e631a0c3feead..2d025de2698b28aec0bf3428fea3ff5db1c8b0b5 100644
|
| --- a/chrome/browser/ui/webui/md_history_ui.h
|
| +++ b/chrome/browser/ui/webui/md_history_ui.h
|
| @@ -21,8 +21,9 @@ 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();
|
| +
|
| + // Reset the current list of features and explicitly set MD History enabled.
|
| + static void SetEnabledForTesting(bool enabled);
|
|
|
| static base::RefCountedMemory* GetFaviconResourceBytes(
|
| ui::ScaleFactor scale_factor);
|
|
|