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

Unified Diff: trunk/src/chrome/browser/sync/backend_migrator.cc

Issue 468643002: Revert 288464 "[Sync] Cleanup datatype configuration error handl..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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 | trunk/src/chrome/browser/sync/backend_migrator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/sync/backend_migrator.cc
===================================================================
--- trunk/src/chrome/browser/sync/backend_migrator.cc (revision 289114)
+++ trunk/src/chrome/browser/sync/backend_migrator.cc (working copy)
@@ -164,7 +164,8 @@
return;
}
- if (result.status != sync_driver::DataTypeManager::OK) {
+ if (result.status != sync_driver::DataTypeManager::OK &&
+ result.status != sync_driver::DataTypeManager::PARTIAL_SUCCESS) {
// If this fails, and we're disabling types, a type may or may not be
// disabled until the user restarts the browser. If this wasn't an abort,
// any failure will be reported as an unrecoverable error to the UI. If it
« no previous file with comments | « no previous file | trunk/src/chrome/browser/sync/backend_migrator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698