Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / mac / keystone_glue_unittest.mm
index 5b9c2ca..0021e84 100644 (file)
@@ -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