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 a6eae7af532015de0984749d65b0c8b402254153..79899a315fcdc0d13209f8f9a42b5f071b022483 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
@@ -42,6 +42,8 @@ class NewTabUI : public content::WebUIController, |
// Returns whether or not to show apps pages. |
static bool ShouldShowApps(); |
+ // TODO(dbeam): why are these static |Set*()| methods on NewTabUI? |
+ |
// 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, |