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

Unified Diff: chrome/common/pref_names.cc

Issue 11953021: Don't show the apps page on the NTP if the app launcher is installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make shouldShowApps a pref Created 7 years, 11 months 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
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').
« chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698