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

Unified Diff: chrome/common/pref_names.cc

Issue 8637001: [NTP4] Auto-deletion of empty apps panes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing bits for refactor 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/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 9a726aabbd53df11ae839892562fe0edae3068e9..89f025aa908e1b5ad092cc45c2c32ac191a4b834 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1419,7 +1419,8 @@ const char kNTPWebStorePromoExpire[] = "ntp.webstorepromo.expire";
const char kNTPWebStorePromoUserGroup[] = "ntp.webstorepromo.usergroup";
// Customized app page names that appear on the New Tab Page.
-const char kNTPAppPageNames[] = "ntp.app_page_names";
+const char kNTPAppsPageNames[] = "ntp.apps_page_names";
+const char kNTPAppsPageNamesOld[] = "ntp.app_page_names";
// When true, web store promos will never be shown.
const char kNTPHideWebStorePromo[] = "ntp.hide_webstore_promo";
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698