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

Unified Diff: chrome/browser/extensions/extension_bindings_apitest.cc

Issue 850603003: Add a 'nocompile' option to Extension feature files, and annotate all Devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 5 years, 11 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 | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_bindings_apitest.cc
diff --git a/chrome/browser/extensions/extension_bindings_apitest.cc b/chrome/browser/extensions/extension_bindings_apitest.cc
index 660c0ce460d7c9b0fe129228ec2ee84a0392c9c7..ca0f4d4c071c19e34e09291ced6ff64a6a021425 100644
--- a/chrome/browser/extensions/extension_bindings_apitest.cc
+++ b/chrome/browser/extensions/extension_bindings_apitest.cc
@@ -85,5 +85,12 @@ IN_PROC_BROWSER_TEST_F(ExtensionBindingsApiTest, EventOverriding) {
ASSERT_TRUE(RunExtensionTest("bindings/event_overriding")) << message_;
}
+// Tests the effectiveness of the 'nocompile' feature file property.
+// Regression test for http://crbug.com/356133.
+IN_PROC_BROWSER_TEST_F(ExtensionBindingsApiTest, Nocompile) {
+ ASSERT_TRUE(RunExtensionSubtest("bindings/nocompile", "page.html"))
+ << message_;
+}
+
} // namespace
} // namespace extensions
« no previous file with comments | « no previous file | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698