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

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_utils.mm

Issue 2796273002: Display offline availability on ContentSuggestions (Closed)
Patch Set: Adress comments Created 3 years, 8 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 | « ios/chrome/browser/ui/reading_list/reading_list_utils.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/reading_list/reading_list_utils.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_utils.mm b/ios/chrome/browser/ui/reading_list/reading_list_utils.mm
index 6d80d6349eff82756e6da0cc9938549645bc2ec6..4b281abea9d10b6e2beba0904a79f1b6278bcdfd 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_utils.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_utils.mm
@@ -8,6 +8,8 @@
#error "This file requires ARC support."
#endif
+namespace reading_list {
+
ReadingListUIDistillationStatus UIStatusFromModelStatus(
ReadingListEntry::DistillationState distillation_state) {
switch (distillation_state) {
@@ -21,3 +23,5 @@ ReadingListUIDistillationStatus UIStatusFromModelStatus(
return ReadingListUIDistillationStatusFailure;
}
}
+
+} // namespace reading_list
« no previous file with comments | « ios/chrome/browser/ui/reading_list/reading_list_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698