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

Unified Diff: components/html_viewer/web_test_delegate_impl.h

Issue 1325953002: Add functions to let tests read and control the Bluetooth chooser state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Add a forgotten semicolon. :-/ 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 b48a6bdf714facb74dc93c6aab95a32eb58ce1a9..d6ed8918110488d98bfba8710764bf85ff2228da 100644
--- a/components/html_viewer/web_test_delegate_impl.h
+++ b/components/html_viewer/web_test_delegate_impl.h
@@ -70,6 +70,10 @@ class WebTestDelegateImpl : public test_runner::WebTestDelegate {
void SetDeviceScaleFactor(float factor) override;
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 SendBluetoothManualChooserEvent(const std::string& event,
+ const std::string& argument) override;
void SetGeofencingMockProvider(bool service_available) override;
void ClearGeofencingMockProvider() override;
void SetGeofencingMockPosition(double latitude, double longitude) 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