Index: chrome/browser/ui/webui/ntp/new_tab_ui.h |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
index fb69c3906fefaefb118852e694713fe19c3336e8..5458c23c1459ceaa06ff2b9103355449dc21c0d0 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
@@ -34,8 +34,8 @@ class NewTabUI : public content::WebUIController, |
// Returns whether or not to show apps pages. |
static bool ShouldShowApps(); |
- // Returns whether or not the "suggestions links page" is enabled. |
- static bool IsSuggestionsPageEnabled(); |
+ // Returns whether or not "Discovery" in the NTP is Enabled. |
+ static bool IsDiscoveryInNTPEnabled(); |
// Adds "url", "title", and "direction" keys on incoming dictionary, setting |
// title as the url as a fallback on empty title. |