| 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 7f74379d94966222395035d35032dfb630828491..1156ca65e600ab12a4b384dd4459c6d875f169e7 100644
|
| --- a/chrome/test/nacl/nacl_browsertest_util.h
|
| +++ b/chrome/test/nacl/nacl_browsertest_util.h
|
| @@ -76,8 +76,6 @@ class NaClBrowserTestBase : public InProcessBrowserTest {
|
|
|
| virtual bool IsAPnaclTest();
|
|
|
| - virtual bool IsPnaclDisabled();
|
| -
|
| // Map a file relative to the variant directory to a URL served by the test
|
| // web server.
|
| GURL TestURL(const base::FilePath::StringType& url_fragment);
|
| @@ -132,19 +130,6 @@ class NaClBrowserTestPnaclNonSfi : public NaClBrowserTestBase {
|
| virtual base::FilePath::StringType Variant() OVERRIDE;
|
| };
|
|
|
| -// Class used to test that when --disable-pnacl is specified the PNaCl mime
|
| -// type is not available.
|
| -class NaClBrowserTestPnaclDisabled : public NaClBrowserTestBase {
|
| - public:
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| -
|
| - virtual base::FilePath::StringType Variant() OVERRIDE;
|
| -
|
| - virtual bool IsAPnaclTest() OVERRIDE;
|
| -
|
| - virtual bool IsPnaclDisabled() OVERRIDE;
|
| -};
|
| -
|
| class NaClBrowserTestNonSfiMode : public NaClBrowserTestBase {
|
| public:
|
| virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
|
|