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

Unified Diff: chrome/browser/resources/ntp4/apps_page.js

Issue 9303005: [NTP4] Experiment for adding Chrome Web Store link to footer. (Closed)
Patch Set: rebase Created 8 years, 11 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/resources/ntp4/new_tab.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/apps_page.js
diff --git a/chrome/browser/resources/ntp4/apps_page.js b/chrome/browser/resources/ntp4/apps_page.js
index 8cbf35c8935756adc73781988fb0f03800d87ce9..fa737e11b8bc72aa61a3fcf6f04034eddc686b67 100644
--- a/chrome/browser/resources/ntp4/apps_page.js
+++ b/chrome/browser/resources/ntp4/apps_page.js
@@ -14,7 +14,8 @@ cr.define('ntp4', function() {
NTP_APPS_MENU: 2,
NTP_MOST_VISITED: 3,
NTP_RECENTLY_CLOSED: 4,
- NTP_APP_RE_ENABLE: 16
+ NTP_APP_RE_ENABLE: 16,
+ NTP_WEBSTORE_FOOTER: 18,
};
// Histogram buckets for UMA tracking of where a DnD drop came from.
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/resources/ntp4/new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698