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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc

Issue 7215035: ntp4: add app context menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: response to review comments Created 9 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/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);

Powered by Google App Engine
This is Rietveld 408576698