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

Unified Diff: chrome/browser/metrics/metrics_reporting_state.h

Issue 365253004: Move options_util.* into chrome/browser/metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/metrics/metrics_reporting_state.h
diff --git a/chrome/browser/metrics/metrics_reporting_state.h b/chrome/browser/metrics/metrics_reporting_state.h
new file mode 100644
index 0000000000000000000000000000000000000000..ae26f3bda25859fa66894b0d97f64024f3b6a4af
--- /dev/null
+++ b/chrome/browser/metrics/metrics_reporting_state.h
@@ -0,0 +1,12 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_METRICS_METRICS_REPORTING_STATE_H_
+#define CHROME_BROWSER_METRICS_METRICS_REPORTING_STATE_H_
+
+// Try to make the the crash stats consent and the metrics upload
+// permission match |enabled|, returns the actual enabled setting.
Ilya Sherman 2014/07/07 22:59:24 This comment is pretty confusing. I realize you'r
tfarina 2014/07/20 02:44:32 Done.
+bool ResolveMetricsReportingEnabled(bool enabled);
Ilya Sherman 2014/07/07 22:59:24 Hmm, this method is pretty confusing. It behaves
tfarina 2014/07/20 02:44:32 Done.
+
+#endif // CHROME_BROWSER_METRICS_METRICS_REPORTING_STATE_H_

Powered by Google App Engine
This is Rietveld 408576698