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

Unified Diff: components/metrics/metrics_state_manager.h

Issue 2732713003: Delete old client info migration behavior. (Closed)
Patch Set: Update tests Created 3 years, 9 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 | components/metrics/metrics_state_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_state_manager.h
diff --git a/components/metrics/metrics_state_manager.h b/components/metrics/metrics_state_manager.h
index afa146b98c02a2a4d4096e0560428a939bc76b37..ca60fd419304196afb2a321ec49cb1cd5c964e8c 100644
--- a/components/metrics/metrics_state_manager.h
+++ b/components/metrics/metrics_state_manager.h
@@ -118,9 +118,8 @@ class MetricsStateManager {
// Backs up the current client info via |store_client_info_|.
void BackUpCurrentClientInfo();
- // Loads the client info via |load_client_info_| and potentially migrates it
- // before returning it if it comes back in its old form.
- std::unique_ptr<ClientInfo> LoadClientInfoAndMaybeMigrate();
+ // Loads the client info via |load_client_info_|.
+ std::unique_ptr<ClientInfo> LoadClientInfo();
// Returns the low entropy source for this client. This is a random value
// that is non-identifying amongst browser clients. This method will
« no previous file with comments | « no previous file | components/metrics/metrics_state_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698