summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-05 20:42:39 +0000
committerarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-05 20:42:39 +0000
commit470922c777a035898260da0b29fbeac22f269225 (patch)
tree70c4240d977a67f1163a5f05caa71ce303ca0a68 /chrome/common/pref_names.h
parentdda093e19dbae4325ec7aed2e822564187eba04a (diff)
downloadchromium_src-470922c777a035898260da0b29fbeac22f269225.zip
chromium_src-470922c777a035898260da0b29fbeac22f269225.tar.gz
chromium_src-470922c777a035898260da0b29fbeac22f269225.tar.bz2
Adds the backend for pinned items on the most visited page.
The pinned items are stored in the pref ntp.pinned_urls. TEST=For now this should not change the behavior of the most visited thumbnails. BUG=13362 Review URL: http://codereview.chromium.org/118269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 8b17f9d..ffd1c06 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -193,6 +193,7 @@ extern const wchar_t kEnableExtensions[];
extern const wchar_t kEnableUserScripts[];
extern const wchar_t kNTPMostVisitedURLsBlacklist[];
+extern const wchar_t kNTPMostVisitedPinnedURLs[];
}
#endif // CHROME_COMMON_PREF_NAMES_H_