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

Unified Diff: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc

Issue 2166913002: bluetooth: Generate random service uuid and generate random fake adapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-fuzzer-basics
Patch Set: Address scheib's comments 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
« no previous file with comments | « no previous file | testing/clusterfuzz/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
index ee464629ed7c5adf9909283329a21befa748c75c..53dfa252bd1a933653dd6b15bc160dea1bf931c0 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
@@ -176,6 +176,10 @@ LayoutTestBluetoothAdapterProvider::GetBluetoothAdapter(
return GetDelayedServicesDiscoveryAdapter();
if (fake_adapter_name.empty())
return nullptr;
+ // New adapters that can be used when fuzzing the Web Bluetooth API
+ // should also be added to
+ // src/third_party/WebKit/Source/modules/
+ // bluetooth/testing/clusterfuzz/constraints.py.
NOTREACHED() << fake_adapter_name;
return nullptr;
« no previous file with comments | « no previous file | testing/clusterfuzz/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698