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

Unified Diff: trunk/src/chrome/browser/extensions/stubs_apitest.cc

Issue 274803005: Tentatively revert 268949 "Add browser_test for extension app API with missi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | trunk/src/chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/stubs_apitest.cc
===================================================================
--- trunk/src/chrome/browser/extensions/stubs_apitest.cc (revision 269045)
+++ trunk/src/chrome/browser/extensions/stubs_apitest.cc (working copy)
@@ -29,12 +29,3 @@
ResultCatcher catcher;
ASSERT_TRUE(catcher.GetNextResult());
}
-
-// Tests that all API features that are available to a platform app actually
-// can be used in an app. For example, this test will fail if a developer adds
-// an API feature without providing a schema. http://crbug.com/369318
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, StubsApp) {
- ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
-
- ASSERT_TRUE(RunPlatformAppTest("stubs_app")) << message_;
-}
« no previous file with comments | « no previous file | trunk/src/chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698