| Index: chrome/browser/mac/keystone_glue_unittest.mm
|
| diff --git a/chrome/browser/mac/keystone_glue_unittest.mm b/chrome/browser/mac/keystone_glue_unittest.mm
|
| index 5b9c2ca07c3da63f9c46c10b35998d69eea7f93d..0021e8431909d44b786fad7de464f4df80369059 100644
|
| --- a/chrome/browser/mac/keystone_glue_unittest.mm
|
| +++ b/chrome/browser/mac/keystone_glue_unittest.mm
|
| @@ -35,10 +35,11 @@ namespace ksr = keystone_registration;
|
| return NO;
|
| }
|
|
|
| -- (void)setActive {
|
| +- (BOOL)setActive {
|
| + return NO;
|
| }
|
|
|
| -- (void)checkForUpdate {
|
| +- (void)checkForUpdateWasUserInitiated:(BOOL)userInitiated {
|
| }
|
|
|
| - (void)startUpdate {
|
| @@ -55,7 +56,7 @@ namespace ksr = keystone_registration;
|
|
|
| // Send the notifications that a real KeystoneGlue object would send.
|
|
|
| -- (void)checkForUpdate {
|
| +- (void)checkForUpdateWasUserInitiated:(BOOL)userInitiated {
|
| NSNumber* yesNumber = [NSNumber numberWithBool:YES];
|
| NSString* statusKey = @"Status";
|
| NSDictionary* dictionary = [NSDictionary dictionaryWithObject:yesNumber
|
|
|