Style fixes

This commit is contained in:
Cheng Zhao 2017-09-14 16:12:34 +09:00
parent 33dd5e26fb
commit ff023115f5
5 changed files with 32 additions and 27 deletions

View file

@ -11,7 +11,7 @@
@private
BOOL handlingSendEvent_;
base::scoped_nsobject<NSUserActivity> currentActivity_;
NSCondition *handoffLock_;
NSCondition* handoffLock_;
BOOL updateReceived_;
}
@ -28,7 +28,7 @@
withUserInfo:(NSDictionary*)userInfo
withWebpageURL:(NSURL*)webpageURL;
- (void)invalidateCurrentActivity;
- (void)updateCurrentActivity:(NSString *)type
- (void)updateCurrentActivity:(NSString*)type
withUserInfo:(NSDictionary*)userInfo;
@end