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

Unified Diff: chrome/browser/managed_mode/managed_user_service.h

Issue 225393006: Cleanup of CL 223853002: Also remove method from header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/managed_mode/managed_user_service.h
diff --git a/chrome/browser/managed_mode/managed_user_service.h b/chrome/browser/managed_mode/managed_user_service.h
index 4fcaaca66bf830c4b76dae86dcaa700f6e1bc1e1..427db2e28ffc683b29977d73c8526106f1e79a3d 100644
--- a/chrome/browser/managed_mode/managed_user_service.h
+++ b/chrome/browser/managed_mode/managed_user_service.h
@@ -224,12 +224,6 @@ class ManagedUserService : public KeyedService,
// corresponding preference is changed.
void UpdateManualURLs();
- // Records some events (opening the managed user profile, switching from the
- // managed user profile, and quitting the browser); each is stored
- // using a key with a prefix (|key_prefix|) indicating the type of the event.
- // Each entry is a dictionary which has the timestamp of the event.
- void RecordProfileAndBrowserEventsHelper(const char* key_prefix);
-
// Owns us via the KeyedService mechanism.
Profile* profile_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698