| Index: chrome/browser/history/history_notifications.h
|
| diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
|
| index 6f1aec0538f32a0852d498e70de38c3029032677..50abece5fda6a58f682572e77f670a0f9d9397f9 100644
|
| --- a/chrome/browser/history/history_notifications.h
|
| +++ b/chrome/browser/history/history_notifications.h
|
| @@ -52,9 +52,9 @@ struct URLsDeletedDetails : public HistoryDetails {
|
| // Set when all history was deleted. False means just a subset was deleted.
|
| bool all_history;
|
|
|
| - // True if the data was archived. False if the data was deleted in response to
|
| - // an explicit user action through the History UI.
|
| - bool archived;
|
| + // True if the data was expired due to old age. False if the data was deleted
|
| + // in response to an explicit user action through the History UI.
|
| + bool expired;
|
|
|
| // The URLRows of URLs deleted. This is valid only when |all_history| is false
|
| // indicating that a subset of history has been deleted. The rows will have
|
|
|