summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_flash.h
diff options
context:
space:
mode:
authorraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 19:30:58 +0000
committerraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 19:30:58 +0000
commit72a1072525f076a8fb46de782df640e3006512a2 (patch)
treec0c3ebba54b1dcb4d758a9810fab23a0ddcfeb0e /ppapi/tests/test_flash.h
parent6c1d2994c9472e09336d08a496d54332256dcc22 (diff)
downloadchromium_src-72a1072525f076a8fb46de782df640e3006512a2.zip
chromium_src-72a1072525f076a8fb46de782df640e3006512a2.tar.gz
chromium_src-72a1072525f076a8fb46de782df640e3006512a2.tar.bz2
This adds an interface for setting crash data from a plugin. It also provides an implementation for setting crash URLs.
BUG=134176 TEST=Added test case to sanity check API call. Also hooked up to flash and produced a crash and checked that the report included the document url (http://crash/reportdetail?reportid=1719cae3a745f633) Review URL: https://chromiumcodereview.appspot.com/10681006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests/test_flash.h')
-rw-r--r--ppapi/tests/test_flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/tests/test_flash.h b/ppapi/tests/test_flash.h
index 602f5f0..0643db2 100644
--- a/ppapi/tests/test_flash.h
+++ b/ppapi/tests/test_flash.h
@@ -32,6 +32,7 @@ class TestFlash : public TestCase {
std::string TestGetDeviceID();
std::string TestGetSettingInt();
std::string TestGetSetting();
+ std::string TestSetCrashData();
void QuitMessageLoopTask(int32_t);