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

Unified Diff: ios/chrome/browser/ui/settings/dataplan_usage_collection_view_controller.mm

Issue 2761263003: Allow CollectionViewModel/Controller queries without SectionIdentifier (Closed)
Patch Set: Cleanup 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
Index: ios/chrome/browser/ui/settings/dataplan_usage_collection_view_controller.mm
diff --git a/ios/chrome/browser/ui/settings/dataplan_usage_collection_view_controller.mm b/ios/chrome/browser/ui/settings/dataplan_usage_collection_view_controller.mm
index f46e458eb19f3fffbf73644f612febdd3f88f1e7..4aedf8b8f6336b0caa8bb79125b08afa26fd483d 100644
--- a/ios/chrome/browser/ui/settings/dataplan_usage_collection_view_controller.mm
+++ b/ios/chrome/browser/ui/settings/dataplan_usage_collection_view_controller.mm
@@ -121,8 +121,7 @@ typedef NS_ENUM(NSInteger, ItemType) {
}
}
- [self reconfigureCellsForItems:modifiedItems
- inSectionWithIdentifier:SectionIdentifierOptions];
+ [self reconfigureCellsForItems:modifiedItems];
}
- (void)updateBasePref:(BOOL)basePref wifiPref:(BOOL)wifiPref {

Powered by Google App Engine
This is Rietveld 408576698