Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3566)

Unified Diff: chrome/test/nacl/nacl_browsertest_util.h

Issue 392023002: Remove disable-pnacl flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698