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

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

Issue 6825052: Update the web store promo to be clearer and configurable at run-time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix URL. Created 9 years, 8 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_resource_cache.cc
diff --git a/chrome/browser/ui/webui/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp_resource_cache.cc
index ab3c63fd32d3e920578c3294db4dba0990bed2d3..ada3738528749c4aadf8d9afbbcd4e19b9e7933c 100644
--- a/chrome/browser/ui/webui/ntp_resource_cache.cc
+++ b/chrome/browser/ui/webui/ntp_resource_cache.cc
@@ -334,14 +334,6 @@ void NTPResourceCache::CreateNewTabHTML() {
l10n_util::GetStringUTF16(IDS_EXTENSION_WEB_STORE_TITLE));
localized_strings.SetString("web_store_url",
GetUrlWithLang(GURL(Extension::ChromeStoreLaunchURL())));
- localized_strings.SetString("appspromohide",
- l10n_util::GetStringUTF16(IDS_APPS_PROMO_HIDE));
- localized_strings.SetString("appspromoheader",
- l10n_util::GetStringUTF16(IDS_APPS_PROMO_HEADER));
- localized_strings.SetString("appspromotext1",
- l10n_util::GetStringUTF16(IDS_APPS_PROMO_TEXT_1));
- localized_strings.SetString("appspromotext2",
- l10n_util::GetStringUTF16(IDS_APPS_PROMO_TEXT_2));
localized_strings.SetString("syncpromotext",
l10n_util::GetStringUTF16(IDS_SYNC_START_SYNC_BUTTON_LABEL));
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698