| Index: components/open_from_clipboard/clipboard_recent_content_impl_ios.h
|
| diff --git a/components/open_from_clipboard/clipboard_recent_content_impl_ios.h b/components/open_from_clipboard/clipboard_recent_content_impl_ios.h
|
| index e3b389176f8751e5c1f474a8a2b822391611a55d..9507df011a34a0dccc7f5d759fa8d1a9aa868712 100644
|
| --- a/components/open_from_clipboard/clipboard_recent_content_impl_ios.h
|
| +++ b/components/open_from_clipboard/clipboard_recent_content_impl_ios.h
|
| @@ -23,10 +23,10 @@
|
| // should contain all schemes considered valid. |groupUserDefaults| is the
|
| // NSUserDefaults used to store information on pasteboard entry expiration. This
|
| // information will be shared with other applications in the application group.
|
| -- (instancetype)initWithAuthorizedSchemes:(NSSet<NSString*>*)authorizedSchemes
|
| - userDefaults:(NSUserDefaults*)groupUserDefaults
|
| - delegate:(id<ClipboardRecentContentDelegate>)
|
| - delegate
|
| +- (instancetype)initWithMaxAge:(NSTimeInterval)maxAge
|
| + authorizedSchemes:(NSSet<NSString*>*)authorizedSchemes
|
| + userDefaults:(NSUserDefaults*)groupUserDefaults
|
| + delegate:(id<ClipboardRecentContentDelegate>)delegate
|
| NS_DESIGNATED_INITIALIZER;
|
|
|
| - (instancetype)init NS_UNAVAILABLE;
|
|
|