diff options
Diffstat (limited to 'chrome/browser/extensions/extension_apitest.h')
-rw-r--r-- | chrome/browser/extensions/extension_apitest.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h index de7abb9..143f9fd 100644 --- a/chrome/browser/extensions/extension_apitest.h +++ b/chrome/browser/extensions/extension_apitest.h @@ -183,14 +183,4 @@ class ExtensionApiTest : public ExtensionBrowserTest { scoped_ptr<net::TestServer> websocket_server_; }; -// PlatformAppApiTest sets up the command-line flags necessary for platform -// apps (if any). -class PlatformAppApiTest : public ExtensionApiTest { - public: - PlatformAppApiTest(); - virtual ~PlatformAppApiTest(); - - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; -}; - #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_APITEST_H_ |