| 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..bf320db5e79ad569e6b94cf66a4e1a729d2c80fe 100644
|
| --- a/chrome/browser/mac/keystone_glue_unittest.mm
|
| +++ b/chrome/browser/mac/keystone_glue_unittest.mm
|
| @@ -38,7 +38,7 @@ namespace ksr = keystone_registration;
|
| - (void)setActive {
|
| }
|
|
|
| -- (void)checkForUpdate {
|
| +- (void)checkForUpdateWasUserInitiated:(BOOL)userInitiated {
|
| }
|
|
|
| - (void)startUpdate {
|
| @@ -55,7 +55,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
|
|
|