Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1448)

Unified Diff: chrome/browser/history/history_notifications.h

Issue 235863023: Eliminate the archived history database and clean up related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename a few outstanding instances of "archived" to "expired". Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/history_notifications.h
diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
index 82076fc9b520c8e9503a2e9dd910ddbdfd5deed1..8f7702852704d8ffa53d156c6da8f99202c882af 100644
--- a/chrome/browser/history/history_notifications.h
+++ b/chrome/browser/history/history_notifications.h
@@ -54,9 +54,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

Powered by Google App Engine
This is Rietveld 408576698