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

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

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.cc
diff --git a/components/physical_web/data_source/fake_physical_web_data_source.cc b/components/physical_web/data_source/fake_physical_web_data_source.cc
index db5d4ff72180987badb48d4df0601d1bfad6ac1d..727339a65faa3f16d73422065a3491cf64781618 100644
--- a/components/physical_web/data_source/fake_physical_web_data_source.cc
+++ b/components/physical_web/data_source/fake_physical_web_data_source.cc
@@ -75,7 +75,7 @@ bool FakePhysicalWebDataSource::HasUnresolvedDiscoveries() {
}
void FakePhysicalWebDataSource::RegisterListener(
- PhysicalWebListener* physical_web_listener) {
+ PhysicalWebListener* physical_web_listener, ScanMode scan_mode) {
observer_list_.AddObserver(physical_web_listener);
}

Powered by Google App Engine
This is Rietveld 408576698