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

Unified Diff: chrome/browser/ui/webui/md_history_ui.h

Issue 2048553002: MD History: Enable by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add helper function Created 4 years, 6 months 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/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);

Powered by Google App Engine
This is Rietveld 408576698