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

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: Incorporate Aaron's feedback. 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 d93acb1a72bd9309ea36eaecdd3e440ba8702377..b3910ed72f9acd23e0eadc0306a74040ece4ca9b 100644
--- a/chrome/browser/ui/webui/ntp_resource_cache.cc
+++ b/chrome/browser/ui/webui/ntp_resource_cache.cc
@@ -301,8 +301,6 @@ void NTPResourceCache::CreateNewTabHTML() {
l10n_util::GetStringUTF16(IDS_NEW_TAB_SHOW_HIDE_LIST_TOOLTIP));
localized_strings.SetString("pagedisplaytooltip",
l10n_util::GetStringUTF16(IDS_NEW_TAB_PAGE_DISPLAY_TOOLTIP));
- localized_strings.SetString("firstrunnotification",
- l10n_util::GetStringUTF16(IDS_NEW_TAB_FIRST_RUN_NOTIFICATION));
localized_strings.SetString("closefirstrunnotification",
l10n_util::GetStringUTF16(IDS_NEW_TAB_CLOSE_FIRST_RUN_NOTIFICATION));
localized_strings.SetString("close", l10n_util::GetStringUTF16(IDS_CLOSE));
@@ -334,14 +332,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)
« no previous file with comments | « chrome/browser/ui/webui/app_launcher_handler.cc ('k') | chrome/browser/web_resource/promo_resource_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698