| Index: trunk/src/chrome/browser/mac/keystone_glue_unittest.mm
|
| ===================================================================
|
| --- trunk/src/chrome/browser/mac/keystone_glue_unittest.mm (revision 245602)
|
| +++ trunk/src/chrome/browser/mac/keystone_glue_unittest.mm (working copy)
|
| @@ -38,7 +38,7 @@
|
| - (void)setActive {
|
| }
|
|
|
| -- (void)checkForUpdateWasUserInitiated:(BOOL)userInitiated {
|
| +- (void)checkForUpdate {
|
| }
|
|
|
| - (void)startUpdate {
|
| @@ -55,7 +55,7 @@
|
|
|
| // Send the notifications that a real KeystoneGlue object would send.
|
|
|
| -- (void)checkForUpdateWasUserInitiated:(BOOL)userInitiated {
|
| +- (void)checkForUpdate {
|
| NSNumber* yesNumber = [NSNumber numberWithBool:YES];
|
| NSString* statusKey = @"Status";
|
| NSDictionary* dictionary = [NSDictionary dictionaryWithObject:yesNumber
|
|
|