summaryrefslogtreecommitdiffstats
path: root/remoting/host/usage_stats_consent.h
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-16 05:09:25 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-16 05:09:25 +0000
commit70ebae40787a60037db0411bf62f747dc71c464a (patch)
treeb6fcdcf7e0e62494c10d0bf413d43b6849d1f118 /remoting/host/usage_stats_consent.h
parent399c3f96081fc2922c646d34c1bc7e1a1742da06 (diff)
downloadchromium_src-70ebae40787a60037db0411bf62f747dc71c464a.zip
chromium_src-70ebae40787a60037db0411bf62f747dc71c464a.tar.gz
chromium_src-70ebae40787a60037db0411bf62f747dc71c464a.tar.bz2
C++ readability review fixes for r141239: Make Chromoting Host report crashes to Breakpad (Windows only).
BUG=130678 TEST=remoting_unittests.BreakpadWinDeathTest Review URL: https://chromiumcodereview.appspot.com/10535082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/usage_stats_consent.h')
-rw-r--r--remoting/host/usage_stats_consent.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/remoting/host/usage_stats_consent.h b/remoting/host/usage_stats_consent.h
new file mode 100644
index 0000000..ee49029
--- /dev/null
+++ b/remoting/host/usage_stats_consent.h
@@ -0,0 +1,15 @@
+// Copyright (c) 2012 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 REMOTING_HOST_USAGE_STATS_CONSENT_H_
+#define REMOTING_HOST_USAGE_STATS_CONSENT_H_
+
+namespace remoting {
+
+// Returns true if the user has agreed to crash dump collection and uploading.
+bool IsCrashReportingEnabled();
+
+} // remoting
+
+#endif // REMOTING_HOST_USAGE_STATS_CONSENT_H_