Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6164)

Unified Diff: chrome/browser/mac/keystone_glue_unittest.mm

Issue 577353006: Update KeystoneRegistration.framework to 1.2.0.7671 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698