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

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

Issue 227173002: Revert 261532 "Update KeystoneRegistration.framework to 1.2.0.7407." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | « trunk/src/chrome/browser/mac/keystone_glue.mm ('k') | trunk/src/chrome/browser/mac/keystone_registration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/mac/keystone_glue_unittest.mm
===================================================================
--- trunk/src/chrome/browser/mac/keystone_glue_unittest.mm (revision 262036)
+++ 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
« no previous file with comments | « trunk/src/chrome/browser/mac/keystone_glue.mm ('k') | trunk/src/chrome/browser/mac/keystone_registration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698