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

Unified Diff: chrome/browser/extensions/extension_apitest.h

Issue 11145006: PlatformAppApiTest class should not enable experimental APIs by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 2 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/browser/extensions/extension_apitest.h
diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h
index de7abb9ffc9a1a6319ba4e88cdb7bb5170edfb4a..143f9fd2f2e10c505f07ac731abf52fa09367c82 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_
« no previous file with comments | « chrome/browser/extensions/api/socket/socket_apitest.cc ('k') | chrome/browser/extensions/extension_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698