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

Unified Diff: components/reading_list/core/proto/reading_list.proto

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: last? Created 3 years, 9 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/core/proto/reading_list.proto
diff --git a/components/reading_list/ios/proto/reading_list.proto b/components/reading_list/core/proto/reading_list.proto
similarity index 97%
rename from components/reading_list/ios/proto/reading_list.proto
rename to components/reading_list/core/proto/reading_list.proto
index 412545460fab386fc975f08b810120c610e9f3ff..04a3e9463ac25d14293ecff2eff3f67784b0cfeb 100644
--- a/components/reading_list/ios/proto/reading_list.proto
+++ b/components/reading_list/core/proto/reading_list.proto
@@ -35,7 +35,7 @@ message ReadingListLocal {
PROCESSING = 1;
PROCESSED = 2;
WILL_RETRY = 3;
- ERROR = 4;
+ DISTILLATION_ERROR = 4;
}
optional DistillationState distillation_state = 7;
optional string distilled_path = 8;

Powered by Google App Engine
This is Rietveld 408576698