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

Unified Diff: chrome/install_static/install_util.h

Issue 2279063002: Fix argument name in install_static::ReportingIsEnforcedByPolicy to be not-misleading (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/install_static/install_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/install_util.h
diff --git a/chrome/install_static/install_util.h b/chrome/install_static/install_util.h
index d60f7b732875efcdc9637a43c64ea9de74107a45..4ddcbfdad20ffeb4714f7043d6f14a2f443a7757 100644
--- a/chrome/install_static/install_util.h
+++ b/chrome/install_static/install_util.h
@@ -88,10 +88,9 @@ bool GetCollectStatsInSample();
bool SetCollectStatsInSample(bool in_sample);
// Returns true if if usage stats reporting is controlled by a mandatory
-// policy. |metrics_is_enforced_by_policy| will be set to true accordingly.
-// TODO(ananta)
-// Make this function private to install_util.
-bool ReportingIsEnforcedByPolicy(bool* metrics_is_enforced_by_policy);
+// policy. |crash_reporting_enabled| determines whether it's enabled (true) or
+// disabled (false).
+bool ReportingIsEnforcedByPolicy(bool* crash_reporting_enabled);
// Initializes |g_process_type| which stores whether or not the current
// process is the main browser process.
« no previous file with comments | « no previous file | chrome/install_static/install_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698