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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.cc

Issue 8520024: Updating the UMA metrics for profiles to make them more readable. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/ui/webui/options/manage_profile_handler.cc
===================================================================
--- chrome/browser/ui/webui/options/manage_profile_handler.cc (revision 110080)
+++ chrome/browser/ui/webui/options/manage_profile_handler.cc (working copy)
@@ -139,7 +139,7 @@
void ManageProfileHandler::DeleteProfile(const ListValue* args) {
DCHECK(args);
- ProfileMetrics::LogProfileOpenMethod(ProfileMetrics::PROFILE_DELETED);
+ ProfileMetrics::LogProfileDeleteUser(ProfileMetrics::PROFILE_DELETED);
Value* file_path_value;
FilePath profile_file_path;

Powered by Google App Engine
This is Rietveld 408576698