[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:
@ -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`.
|
||||
|
Reference in New Issue
Block a user