| Index: chrome/test/nacl/nacl_browsertest_util.h
|
| diff --git a/chrome/test/nacl/nacl_browsertest_util.h b/chrome/test/nacl/nacl_browsertest_util.h
|
| index 417659322d6afd5e5873c5a228611137b3ab71bf..22fd852c9d5f25db7e0dff04cfb3a9f78ab158dd 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 {
|
|
|