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

Unified Diff: components/physical_web/data_source/physical_web_data_source_impl_unittest.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
« no previous file with comments | « components/physical_web/data_source/physical_web_data_source_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/physical_web/data_source/physical_web_data_source_impl_unittest.cc
diff --git a/components/physical_web/data_source/physical_web_data_source_impl_unittest.cc b/components/physical_web/data_source/physical_web_data_source_impl_unittest.cc
index 49ebcccd98e72f939e7018f4000af7f09a259b0c..a530521084429bb39821d4a62c20bcac83c4a214 100644
--- a/components/physical_web/data_source/physical_web_data_source_impl_unittest.cc
+++ b/components/physical_web/data_source/physical_web_data_source_impl_unittest.cc
@@ -95,7 +95,7 @@ class PhysicalWebDataSourceImplTest : public ::testing::Test {
};
void PhysicalWebDataSourceImplTest::SetUp() {
- data_source_.RegisterListener(&listener_);
+ data_source_.RegisterListener(&listener_, physical_web::OPPORTUNISTIC);
}
void PhysicalWebDataSourceImplTest::TearDown() {
« no previous file with comments | « components/physical_web/data_source/physical_web_data_source_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698