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

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

Issue 141193002: Update KeystoneRegistration.framework to 1.2.0.6782 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « chrome/browser/mac/keystone_glue.mm ('k') | chrome/browser/mac/keystone_registration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/mac/keystone_glue.mm ('k') | chrome/browser/mac/keystone_registration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698