summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/debug_daemon_client.h
diff options
context:
space:
mode:
authorvapier@chromium.org <vapier@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-02 04:21:54 +0000
committervapier@chromium.org <vapier@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-02 04:21:54 +0000
commit77a009fe23ae27f1f3f1f30891a1fffc9642f8d5 (patch)
tree4bfe2af18a4265b8ca63a920142a00e6521d2944 /chromeos/dbus/debug_daemon_client.h
parent70b0ca04d7be43fa6cdf835e3425154123aea789 (diff)
downloadchromium_src-77a009fe23ae27f1f3f1f30891a1fffc9642f8d5.zip
chromium_src-77a009fe23ae27f1f3f1f30891a1fffc9642f8d5.tar.gz
chromium_src-77a009fe23ae27f1f3f1f30891a1fffc9642f8d5.tar.bz2
chrome://crashes: add a link on CrOS for triggering crash uploading
The CrOS crash page is not clear in terms of when crashes will be uploaded. Add a link so people can click to automatically trigger the system. BUG=chromium:210624 TEST=loaded on a new system, went to chrome://crashes, clicked new link and saw system crash reporter run Review URL: https://codereview.chromium.org/26536002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/debug_daemon_client.h')
-rw-r--r--chromeos/dbus/debug_daemon_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/dbus/debug_daemon_client.h b/chromeos/dbus/debug_daemon_client.h
index 871f8b2..fd1da9d 100644
--- a/chromeos/dbus/debug_daemon_client.h
+++ b/chromeos/dbus/debug_daemon_client.h
@@ -140,6 +140,9 @@ class CHROMEOS_EXPORT DebugDaemonClient : public DBusClient {
const std::map<std::string, std::string>& options,
const TestICMPCallback& callback) = 0;
+ // Trigger uploading of crashes.
+ virtual void UploadCrashes() = 0;
+
// Factory function, creates a new instance and returns ownership.
// For normal usage, access the singleton via DBusThreadManager::Get().
static DebugDaemonClient* Create();