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

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

Issue 593243002: Profile_Metrics integration with Keystone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better creation of KSReportingAttributes Created 5 years, 10 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 0021e8431909d44b786fad7de464f4df80369059..3128fe9e9db48c744cf643200280a62fb73e6ec1 100644
--- a/chrome/browser/mac/keystone_glue_unittest.mm
+++ b/chrome/browser/mac/keystone_glue_unittest.mm
@@ -39,6 +39,11 @@ namespace ksr = keystone_registration;
return NO;
}
+- (BOOL)setActiveWithReportingAttributes:(NSArray*)reportingAttributes
+ error:(NSError**)error {
+ return NO;
+}
+
- (void)checkForUpdateWasUserInitiated:(BOOL)userInitiated {
}

Powered by Google App Engine
This is Rietveld 408576698