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

Unified Diff: chrome/common/pref_names.cc

Issue 2643833002: Add a New Tab page location group policy (Closed)
Patch Set: Name change missing Created 3 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 e60041cf1c90fc30f637ab0ecf5732ac6ed2f777..6cf7a4b2e91efcccc0285e39c9a2db5df7094644 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -76,6 +76,9 @@ const char kHomePage[] = "homepage";
const char kLastProfileResetTimestamp[] = "profile.last_reset_timestamp";
#endif
+// The URL to open the new tab page to. Only set by Group Policy.
+const char kNewTabPageLocationOverride[] = "newtab_page_location_override";
+
// An integer that keeps track of the profile icon version. This allows us to
// determine the state of the profile icon for icon format changes.
const char kProfileIconVersion[] = "profile.icon_version";

Powered by Google App Engine
This is Rietveld 408576698