[Extensions] Move some chrome.test APIs to just be normal functions
Currently, there there exist chrome.test.runNextTest() and chrome.test.assertBool(). However, these are implementation details of the chrome.test API, and should not be used directly. Instead of exposing them on the API (which is unnecessary), just have them be normal functions in the custom bindings. Bug: None Change-Id: Ia5fc47fe5b357ac9507aed52c76b132ea582a0af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391925Reviewed-by:Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#804433}
Showing
Please register or sign in to comment