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

Unified Diff: chrome/browser/mac/keystone_glue.h

Issue 974423002: Revert of Profile_Metrics integration with Keystone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/mac/keystone_glue.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mac/keystone_glue.h
diff --git a/chrome/browser/mac/keystone_glue.h b/chrome/browser/mac/keystone_glue.h
index c6295a5fb96d5b22e169689cb1b1a3a11091670c..5c21c369e80294ede452810b37885491d48c7f79 100644
--- a/chrome/browser/mac/keystone_glue.h
+++ b/chrome/browser/mac/keystone_glue.h
@@ -87,7 +87,6 @@
// And the Keystone registration itself, with the active timer
KSRegistration* registration_; // strong
NSTimer* timer_; // strong
- Class ksUnsignedReportingAttributeClass_;
// The most recent kAutoupdateStatusNotification notification posted.
base::scoped_nsobject<NSNotification> recentNotification_;
@@ -102,10 +101,6 @@
// YES if an update was ever successfully installed by -installUpdate.
BOOL updateSuccessfullyInstalled_;
-
- // Profile count information.
- uint32_t numProfiles_;
- uint32_t numSignedInProfiles_;
}
// Return the default Keystone Glue object.
@@ -177,10 +172,6 @@
// at the installed copy.
- (void)setAppPath:(NSString*)appPath;
-// Sets the total number of profiles and the number of signed in profiles.
-- (void)updateProfileCountsWithNumProfiles:(uint32_t)profiles
- numSignedInProfiles:(uint32_t)signedInProfiles;
-
@end // @interface KeystoneGlue
@interface KeystoneGlue(ExposedForTesting)
« no previous file with comments | « no previous file | chrome/browser/mac/keystone_glue.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698