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..8eac178e5bf4c52075870d5708a2e708fcc189a7 100644 |
--- a/chrome/test/nacl/nacl_browsertest_util.h |
+++ b/chrome/test/nacl/nacl_browsertest_util.h |
@@ -132,19 +132,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; |