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

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

Issue 8289026: Correctly handle expired and truncated visits in typed url sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compilation error. Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/sync/glue/typed_url_change_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/sync_backend_registrar.cc
diff --git a/chrome/browser/sync/glue/sync_backend_registrar.cc b/chrome/browser/sync/glue/sync_backend_registrar.cc
index 6408104f57e6d8e090a63e51fd201cdda01261a8..de2b055b3d2a93231f320c03eac03cdb583f8660 100644
--- a/chrome/browser/sync/glue/sync_backend_registrar.cc
+++ b/chrome/browser/sync/glue/sync_backend_registrar.cc
@@ -123,7 +123,7 @@ syncable::ModelTypeSet SyncBackendRegistrar::ConfigureDataTypes(
filtered_types_to_add.erase(syncable::TYPED_URLS);
}
if (workers_.count(GROUP_PASSWORD) == 0) {
- LOG(WARNING) << "No history worker -- removing PASSWORDS";
+ LOG(WARNING) << "No password worker -- removing PASSWORDS";
filtered_types_to_add.erase(syncable::PASSWORDS);
}
@@ -289,4 +289,3 @@ bool SyncBackendRegistrar::IsCurrentThreadSafeForModel(
}
} // namespace browser_sync
-
« no previous file with comments | « no previous file | chrome/browser/sync/glue/typed_url_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698