From 0b37b8bd4d05a07ff9e44eb72758f693295c0a97 Mon Sep 17 00:00:00 2001 From: "csilv@chromium.org" Date: Wed, 6 Jul 2011 23:03:50 +0000 Subject: [ntp4] Persist app page names in preferences. Persist app page names in the preferencs file after a user makes an edit. Also remove pageName from tile pages, its obsolete. TODO: Perform necessary steps to get this data synced with the 'apps' sync type. Review URL: http://codereview.chromium.org/7236007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91640 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/pref_names.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/pref_names.h') diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 2dd53b1..3c4bc4b 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -404,6 +404,7 @@ extern const char kNTPWebStorePromoLink[]; extern const char kNTPWebStorePromoLogo[]; extern const char kNTPWebStorePromoExpire[]; extern const char kNTPWebStorePromoUserGroup[]; +extern const char kNTPAppPageNames[]; extern const char kGpuBlacklist[]; extern const char kGpuBlacklistUpdate[]; -- cgit v1.1