| Index: chrome/browser/history/history_notifications.h
|
| diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
|
| index 29de877861b5d093c4347fce68f744dfe3dcd91a..ed73ce7d065c6878a40697709f91adb73ce22988 100644
|
| --- a/chrome/browser/history/history_notifications.h
|
| +++ b/chrome/browser/history/history_notifications.h
|
| @@ -48,9 +48,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.
|
|
|