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

Unified Diff: components/test_runner/test_runner.h

Issue 1815483003: bluetooth: Create Mojo equivalent of SetBluetoothMockDataSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo
Patch Set: Add gyp Created 4 years, 9 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 | components/test_runner/test_runner.cc » ('j') | content/content_shell.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index b671cee215287d1b1665da684844b895d6bed672..6ce1edbaed140df81437f0a45e3a84e8db21ded9 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -530,6 +530,8 @@ class TestRunner : public WebTestRunner,
// Change the bluetooth test data while running a layout test and resets the
// chooser to accept the first device.
void SetBluetoothMockDataSet(const std::string& name);
Jeffrey Yasskin 2016/03/24 23:47:53 Can you remove the old interface in the same patch
ortuno 2016/03/28 23:26:44 Done.
Jeffrey Yasskin 2016/03/29 01:59:13 Cool, thanks. Another reasonable answer would have
+ void SetBluetoothFakeAdapter(const std::string& adapter_name,
+ v8::Local<v8::Function> callback);
// Makes the Bluetooth chooser record its input and wait for instructions from
// the test program on how to proceed.
« no previous file with comments | « no previous file | components/test_runner/test_runner.cc » ('j') | content/content_shell.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698