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

Unified Diff: chrome/browser/chromeos/login/session/user_session_manager.cc

Issue 2257533005: Change logging of about:flags from actions to a histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in header. Created 4 years, 4 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/chromeos/login/session/user_session_manager.cc
diff --git a/chrome/browser/chromeos/login/session/user_session_manager.cc b/chrome/browser/chromeos/login/session/user_session_manager.cc
index 421c939e65d877a51ef53ada3e6730c9f7e81cd0..ee56464cc7d2d852688e70b23f0a3e30f5a13b67 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.cc
+++ b/chrome/browser/chromeos/login/session/user_session_manager.cc
@@ -720,7 +720,8 @@ bool UserSessionManager::RestartToApplyPerSessionFlagsIfNeed(
LogCustomSwitches(command_line_difference);
- about_flags::ReportCustomFlags("Login.CustomFlags", command_line_difference);
+ about_flags::ReportAboutFlagsHistogram("Login.CustomFlags",
+ command_line_difference);
base::CommandLine::StringVector flags;
// argv[0] is the program name |base::CommandLine::NO_PROGRAM|.

Powered by Google App Engine
This is Rietveld 408576698