| Index: chrome/browser/history/expire_history_backend.cc
|
| diff --git a/chrome/browser/history/expire_history_backend.cc b/chrome/browser/history/expire_history_backend.cc
|
| index 7089a38cfddfb6f1b1c6b26f8d7ed2d5a35ad4ca..39fa3829b18cb303f259013d03ed7add4ce9b9fc 100644
|
| --- a/chrome/browser/history/expire_history_backend.cc
|
| +++ b/chrome/browser/history/expire_history_backend.cc
|
| @@ -103,7 +103,7 @@ bool ShouldArchiveVisit(const VisitRow& visit) {
|
| // to see them.
|
| if (no_qualifier == content::PAGE_TRANSITION_TYPED ||
|
| no_qualifier == content::PAGE_TRANSITION_AUTO_BOOKMARK ||
|
| - no_qualifier == content::PAGE_TRANSITION_START_PAGE)
|
| + no_qualifier == content::PAGE_TRANSITION_AUTO_TOPLEVEL)
|
| return true;
|
|
|
| // Only archive these "less important" transitions when they were the final
|
|
|