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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html

Issue 2178853006: bluetooth: fuzzer: Add a connect and getPrimaryServices tokens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-fuzzer-fake-adapter-uuid
Patch Set: Format Created 4 years, 5 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: third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html
diff --git a/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html b/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html
index 20b814f166b9292d13b74e074df040c1a2b7973f..340a36954d9577e226028472b8e5ce2132b682c0 100644
--- a/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html
+++ b/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html
@@ -5,8 +5,6 @@ INCLUDE_REPORT
INCLUDE_BLUETOOTH_HELPERS
<script>
promise_test(() => {
- return setBluetoothFakeAdapter(TRANSFORM_FAKE_ADAPTER)
- .then(() => {
TRANSFORM_RANDOM_TOKENS
});
</script>

Powered by Google App Engine
This is Rietveld 408576698