Index: chrome/browser/extensions/api/history/history_api.cc |
diff --git a/chrome/browser/extensions/api/history/history_api.cc b/chrome/browser/extensions/api/history/history_api.cc |
index e45e94bb5b006eae672187d19045d1e490551d8e..5c09cb25d04ccd97119e81c96e94c7635fdad268 100644 |
--- a/chrome/browser/extensions/api/history/history_api.cc |
+++ b/chrome/browser/extensions/api/history/history_api.cc |
@@ -489,8 +489,8 @@ bool HistoryDeleteAllFunction::RunAsyncImpl() { |
Profile::EXPLICIT_ACCESS); |
hs->ExpireHistoryBetween( |
restrict_urls, |
- base::Time::UnixEpoch(), // From the beginning of the epoch. |
- base::Time::Now(), // To the current time. |
+ base::Time(), // Unbounded beginning... |
+ base::Time(), // ...and the end. |
base::Bind(&HistoryDeleteAllFunction::DeleteComplete, |
base::Unretained(this)), |
&task_tracker_); |