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

Unified Diff: chrome/browser/about_flags.h

Issue 2345033002: Log base::Features in Launch.FlagsAtStartup (Closed)
Patch Set: Fix up comment Created 4 years, 3 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/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.h
diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h
index 35c643132f96fd852f52a7a683742762278e5235..2e704748ae6e6fb88d8f75f769864c3e4d64d3c5 100644
--- a/chrome/browser/about_flags.h
+++ b/chrome/browser/about_flags.h
@@ -91,7 +91,8 @@ base::HistogramBase::Sample GetSwitchUMAId(const std::string& switch_name);
// a histogram, with an enum value for each flag in |flags|, based on the
Alexander Alekseev 2016/09/18 10:08:01 nit: update comment.
lawrencewu 2016/09/19 18:01:03 Done.
// hash of the flag name.
void ReportAboutFlagsHistogram(const std::string& uma_histogram_name,
- const std::set<std::string>& flags);
+ const std::set<std::string>& switches,
+ const std::set<std::string>& features);
namespace testing {
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698