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

Unified Diff: components/physical_web/data_source/fake_physical_web_data_source.h

Issue 2765713002: Associate a scan mode with Physical Web listeners (Closed)
Patch Set: Use key as parame to erase() Created 3 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
Index: components/physical_web/data_source/fake_physical_web_data_source.h
diff --git a/components/physical_web/data_source/fake_physical_web_data_source.h b/components/physical_web/data_source/fake_physical_web_data_source.h
index fc0a6dc73dc1999dd5df718a0d399606c7ef996f..edec214c8c7273cc6dc9c015b42adfcdc8354735 100644
--- a/components/physical_web/data_source/fake_physical_web_data_source.h
+++ b/components/physical_web/data_source/fake_physical_web_data_source.h
@@ -42,7 +42,8 @@ class FakePhysicalWebDataSource : public PhysicalWebDataSource {
bool HasUnresolvedDiscoveries() override;
- void RegisterListener(PhysicalWebListener* physical_web_listener) override;
+ void RegisterListener(PhysicalWebListener* physical_web_listener,
+ ScanMode scan_mode) override;
void UnregisterListener(PhysicalWebListener* physical_web_listener) override;
// for testing

Powered by Google App Engine
This is Rietveld 408576698