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

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..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;

Powered by Google App Engine
This is Rietveld 408576698