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

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_empty_collection_background.h

Issue 2750623006: Do not reload UI if the Reading List entry does not exist (Closed)
Patch Set: Add test 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: ios/chrome/browser/ui/reading_list/reading_list_empty_collection_background.h
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_empty_collection_background.h b/ios/chrome/browser/ui/reading_list/reading_list_empty_collection_background.h
index 4ce426d7a9de805947c98ca38bcd6e27e6698c65..edd28f6f1627b21684429842d4bb334d65b15005 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_empty_collection_background.h
+++ b/ios/chrome/browser/ui/reading_list/reading_list_empty_collection_background.h
@@ -14,6 +14,8 @@
- (instancetype)initWithCoder:(NSCoder*)aDecoder NS_UNAVAILABLE;
- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
++ (NSString*)accessibilityIdentifier;
+
@end
#endif // IOS_CHROME_BROWSER_UI_READING_LIST_READING_LIST_EMPTY_COLLECTION_BACKGROUND_H_

Powered by Google App Engine
This is Rietveld 408576698