| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 42c4232821d8767ce899fc8aefb6189955e05728..83c0e4e26057228c680432252db67279a3a427d5 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -33,9 +33,6 @@ const char kHomePageIsNewTabPage[] = "homepage_is_newtabpage";
|
| // This is the URL of the page to load when opening new tabs.
|
| const char kHomePage[] = "homepage";
|
|
|
| -// Did the user change the home page after install?
|
| -const char kHomePageChanged[] = "homepage_changed";
|
| -
|
| // This preference is used to store the hash of a password of the custodian of
|
| // a managed user. It allows to unlock options which should be not available to
|
| // the managed user. The salt preference is used to derive the hash from the
|
|
|