0

[iOS] Clean up AccountMenuDataSource

Updates comments and removes unneeded class declarations.

Bug: None
Change-Id: I3229e1b8d7a0325767ca20136544330043aaf69e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5955330
Reviewed-by: Arthur Milchior <arthurmilchior@chromium.org>
Commit-Queue: Jood Hajeer <jood@google.com>
Cr-Commit-Position: refs/heads/main@{#1372835}
This commit is contained in:
Jood
2024-10-23 18:03:49 +00:00
committed by Chromium LUCI CQ
parent f7894894fa
commit b3410fbe68

@ -7,16 +7,10 @@
#import <UIKit/UIKit.h>
#import <vector>
@class AccountErrorUIInfo;
enum class IdentityAvatarSize;
@class LegacyAccountsTableViewController;
struct ManagementState;
@protocol SystemIdentity;
@class TableViewAccountItem;
// Identity data source for AccountMenuTableViewController instance, to
// Identity data source for AccountMenuViewController instance, to
// manage the model.
@protocol AccountMenuDataSource <NSObject>
@ -38,10 +32,10 @@ struct ManagementState;
// The management state of this browser and profile.
@property(nonatomic, readonly) ManagementState managementState;
// The identity for the user with `gaiaID`.
// The full name for the user with `gaiaID`.
- (NSString*)nameForGaiaID:(NSString*)gaiaID;
// The identity for the user with `gaiaID`.
// The email for the user with `gaiaID`.
- (NSString*)emailForGaiaID:(NSString*)gaiaID;
// The image for the user with `gaiaID`.