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

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: fixed missing include 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 a92345597ad854058fefc2c10d951bc743f3af47..575f09f3f21e6f36342f13c31e54321b3139ed49 100644
--- a/chrome/browser/extensions/extension_apitest.h
+++ b/chrome/browser/extensions/extension_apitest.h
@@ -187,14 +187,4 @@ class ExtensionApiTest : public ExtensionBrowserTest {
scoped_ptr<content::TestWebSocketServer> 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_

Powered by Google App Engine
This is Rietveld 408576698