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

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: 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/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() {

Powered by Google App Engine
This is Rietveld 408576698