| 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";
|
|
|