| 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 4fdee9fe8d9e76701fcb5a38d464dbb44d2f578f..a6eae7af532015de0984749d65b0c8b402254153 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| @@ -42,9 +42,6 @@ class NewTabUI : public content::WebUIController,
|
| // Returns whether or not to show apps pages.
|
| static bool ShouldShowApps();
|
|
|
| - // 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.
|
| static void SetUrlTitleAndDirection(base::DictionaryValue* dictionary,
|
|
|