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

Unified Diff: chrome/browser/sync/glue/typed_url_change_processor.cc

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/sync/glue/typed_url_change_processor.cc
diff --git a/chrome/browser/sync/glue/typed_url_change_processor.cc b/chrome/browser/sync/glue/typed_url_change_processor.cc
index 34c57f7baa71fba65b9f2c71d3840bd2a94ffd5f..0cb1ab28d61630fbcebc96f8e96e9c25ab991ae0 100644
--- a/chrome/browser/sync/glue/typed_url_change_processor.cc
+++ b/chrome/browser/sync/glue/typed_url_change_processor.cc
@@ -189,7 +189,7 @@ void TypedUrlChangeProcessor::HandleURLsDeleted(
// a bad clock setting won't go on an archival rampage and delete all
// history from every client). The server will gracefully age out the sync DB
// entries when they've been idle for long enough.
- if (details->archived)
+ if (details->expired)
return;
if (details->all_history) {

Powered by Google App Engine
This is Rietveld 408576698