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

Unified Diff: components/html_viewer/web_test_delegate_impl.h

Issue 1351393002: Make getBluetoothManualChooserEvents() asynchronous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Go back to the callback interface. Created 5 years, 3 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/html_viewer/web_test_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_test_delegate_impl.h
diff --git a/components/html_viewer/web_test_delegate_impl.h b/components/html_viewer/web_test_delegate_impl.h
index 933a76eb7bc70591982fc366c62329675224bc4d..b3ae0e8ee6d5cd0021dba1392e87bb06c3dada72 100644
--- a/components/html_viewer/web_test_delegate_impl.h
+++ b/components/html_viewer/web_test_delegate_impl.h
@@ -75,7 +75,9 @@ class WebTestDelegateImpl : public test_runner::WebTestDelegate {
void SetDeviceColorProfile(const std::string& name) override;
void SetBluetoothMockDataSet(const std::string& data_set) override;
void SetBluetoothManualChooser() override;
- std::vector<std::string> GetBluetoothManualChooserEvents() override;
+ void GetBluetoothManualChooserEvents(
+ const base::Callback<void(const std::vector<std::string>&)>& callback)
+ override;
void SendBluetoothManualChooserEvent(const std::string& event,
const std::string& argument) override;
void SetGeofencingMockProvider(bool service_available) override;
« no previous file with comments | « no previous file | components/html_viewer/web_test_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698