Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
index 34756520893a7706ae84b816e51207fe1137cab9..2b093deb84b882a499ea6437b3e6c8ec9cd868fa 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -262,6 +262,8 @@ void NTPResourceCache::CreateNewTabIncognitoHTML() { |
} |
void NTPResourceCache::CreateNewTabHTML() { |
+ // TODO(estade): these strings should be defined in their relevant handlers |
+ // (in GetLocalizedValues) and should have more legible names. |
// Show the profile name in the title and most visited labels if the current |
// profile is not the default. |
string16 apps = l10n_util::GetStringUTF16(IDS_NEW_TAB_APPS); |