| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 0bb8a77abefce682e6a11a5e597f9c5a04410590..56e62cfc27d868c37b0f7587ea8d464598bee4f6 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1637,6 +1637,9 @@ const char kNtpWebStorePromoUserGroup[] = "ntp.webstorepromo.usergroup";
|
| // Customized app page names that appear on the New Tab Page.
|
| const char kNtpAppPageNames[] = "ntp.app_page_names";
|
|
|
| +// Whether to show the apps page on the NTP.
|
| +const char kNtpShouldShowAppsPage[] = "ntp.should_show_apps_page";
|
| +
|
| const char kDevToolsDisabled[] = "devtools.disabled";
|
|
|
| // A string specifying the dock location (either 'bottom' or 'right').
|
|
|