| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 7b14c9a6ea83e6f322a32cfadd4009a4f8552076..6d0a7b30c1c7a0621e5aeef96a7456fa8d516f69 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -68,6 +68,10 @@ const char kHomePageIsNewTabPage[] = "homepage_is_newtabpage";
|
| // This is the URL of the page to load when opening new tabs.
|
| const char kHomePage[] = "homepage";
|
|
|
| +// Stores information about the important sites dialog, including the time and
|
| +// frequency it has been ignored.
|
| +const char kImportantSitesDialogHistory[] = "important_sites_dialog";
|
| +
|
| #if defined(OS_WIN)
|
| // This is a timestamp of the last time this profile was reset by a third party
|
| // tool. On Windows, a third party tool may set a registry value that will be
|
|
|