summaryrefslogtreecommitdiffstats
path: root/chrome/test/nacl/nacl_browsertest_util.h
diff options
context:
space:
mode:
authoruekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 22:00:21 +0000
committeruekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 22:00:21 +0000
commit19d4f12a979c1d2f019c2431707f27175f055da9 (patch)
tree269c1fcaca4a6471189a5d7c12a15c98d37c476a /chrome/test/nacl/nacl_browsertest_util.h
parent7fe37e2f3f8b5dd28918e2ca7898a1aa998c2f43 (diff)
downloadchromium_src-19d4f12a979c1d2f019c2431707f27175f055da9.zip
chromium_src-19d4f12a979c1d2f019c2431707f27175f055da9.tar.gz
chromium_src-19d4f12a979c1d2f019c2431707f27175f055da9.tar.bz2
NonSFI NaCl: Plumb Exception IRT enough for breakpad.
Implements irt_exception. This is enough to get breakpad start reporting minidumps on crash. Stack overflow case handling with sigaltstack will be handled in a followup change. BUG=356925 NOTRY=True Review URL: https://codereview.chromium.org/230413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/nacl/nacl_browsertest_util.h')
-rw-r--r--chrome/test/nacl/nacl_browsertest_util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/nacl/nacl_browsertest_util.h b/chrome/test/nacl/nacl_browsertest_util.h
index 4176593..22fd852 100644
--- a/chrome/test/nacl/nacl_browsertest_util.h
+++ b/chrome/test/nacl/nacl_browsertest_util.h
@@ -123,6 +123,12 @@ class NaClBrowserTestPnacl : public NaClBrowserTestBase {
virtual bool IsAPnaclTest() OVERRIDE;
};
+class NaClBrowserTestPnaclNonSfi : public NaClBrowserTestBase {
+ public:
+ virtual base::FilePath::StringType Variant() OVERRIDE;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
+};
+
// Class used to test that when --disable-pnacl is specified the PNaCl mime
// type is not available.
class NaClBrowserTestPnaclDisabled : public NaClBrowserTestBase {