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

Unified Diff: extensions/test/data/api_test_base_unittest.js

Issue 2409723002: Remove chrome.test.runWithNativesEnabled (Closed)
Patch Set: Created 4 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
« no previous file with comments | « extensions/renderer/v8_context_native_handler.cc ('k') | ui/file_manager/externs/chrome_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/api_test_base_unittest.js
diff --git a/extensions/test/data/api_test_base_unittest.js b/extensions/test/data/api_test_base_unittest.js
index 6ea5ee6cea69a098d7f8e452fa380673018a6a6f..6aa8b7819c2d19efb806f97db1094c4ade1e3ba9 100644
--- a/extensions/test/data/api_test_base_unittest.js
+++ b/extensions/test/data/api_test_base_unittest.js
@@ -55,8 +55,7 @@ unittestBindings.exportTests([
}
test.runWithUserGesture(increment);
test.runWithoutUserGesture(increment);
- test.runWithNativesEnabled(increment);
- test.assertEq(3, counter);
+ test.assertEq(2, counter);
test.assertFalse(test.isProcessingUserGesture());
test.assertTrue(!!test.getApiFeatures());
test.assertEq(0, test.getApiDefinitions().length);
« no previous file with comments | « extensions/renderer/v8_context_native_handler.cc ('k') | ui/file_manager/externs/chrome_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698