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

Unified Diff: components/reading_list/ios/reading_list_store.cc

Issue 2618483003: [Sync] Introduce ModelError for USS error handling. (Closed)
Patch Set: Fix iOS reading list. Created 3 years, 11 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: components/reading_list/ios/reading_list_store.cc
diff --git a/components/reading_list/ios/reading_list_store.cc b/components/reading_list/ios/reading_list_store.cc
index a115eec20f90cdf75f50c9021bc67aec1110ca2b..2752babb00aab4b3bc87962eda4e92d2311c15fa 100644
--- a/components/reading_list/ios/reading_list_store.cc
+++ b/components/reading_list/ios/reading_list_store.cc
@@ -120,7 +120,7 @@ void ReadingListStore::OnDatabaseLoad(
if (result != syncer::ModelTypeStore::Result::SUCCESS) {
change_processor()->OnMetadataLoaded(
change_processor()->CreateAndUploadError(
- FROM_HERE, "Cannot load Reading List Database."),
+ FROM_HERE, "Cannot load Reading List Database.", type()),
nullptr);
return;
}

Powered by Google App Engine
This is Rietveld 408576698