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

Unified Diff: chrome/common/pref_names.cc

Issue 8438028: ntp: remove ShownSectionHandler and all references to it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more functional test updates Created 9 years, 1 month 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') | chrome/test/functional/ntp.py » ('j') | 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 7c3011d3a2296e33978b7305994baefdeedbae89..281c28428c1c93d4c5cb458a208e2d0f8647eea2 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1257,17 +1257,6 @@ const char kNTPShownBookmarksFolder[] = "ntp.shown_bookmarks_folder";
// Which page should be visible on the new tab page v4
const char kNTPShownPage[] = "ntp.shown_page";
-// Which sections should be visible on the new tab page
-// 1 - Show the most visited sites in a grid
-// 2 - Show the most visited sites as a list
-// 4 - Show the recent section
-// 8 - (Show tips -- DEPRECATED)
-// 16 - Show sync status
-const char kNTPShownSections[] = "ntp.shown_sections";
-
-// This pref is used for migrating the prefs for the NTP
-const char kNTPPrefVersion[] = "ntp.pref_version";
-
// Dates between which the NTP should show a custom logo rather than the
// standard one.
const char kNTPCustomLogoStart[] = "ntp.alt_logo_start";
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/functional/ntp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698