diff options
author | csilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-06 23:03:50 +0000 |
---|---|---|
committer | csilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-06 23:03:50 +0000 |
commit | 0b37b8bd4d05a07ff9e44eb72758f693295c0a97 (patch) | |
tree | 97b457d820b121abc8210d63ab9a69ed7236b175 /chrome/common/pref_names.h | |
parent | 0b8ee920f975c430ecbbd8c4dfa689e433675dd3 (diff) | |
download | chromium_src-0b37b8bd4d05a07ff9e44eb72758f693295c0a97.zip chromium_src-0b37b8bd4d05a07ff9e44eb72758f693295c0a97.tar.gz chromium_src-0b37b8bd4d05a07ff9e44eb72758f693295c0a97.tar.bz2 |
[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
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
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[]; |