| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 96479)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -1144,6 +1144,9 @@
|
| // Serves dates to determine display of elements on the NTP.
|
| const char kNTPDateResourceServer[] = "ntp.date_resource_server";
|
|
|
| +// Which bookmarks folder should be visible on the new tab page v4.
|
| +const char kNTPShownBookmarksFolder[] = "ntp.shown_bookmarks_folder";
|
| +
|
| // Which page should be visible on the new tab page v4
|
| const char kNTPShownPage[] = "ntp.shown_page";
|
|
|
|
|