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

Unified Diff: ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.mm

Issue 2231983002: Expose Physical Web data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors Created 4 years, 4 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: ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.mm
diff --git a/ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.mm b/ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.mm
index 41ce75763a7144104d88c660a349203692f862c8..697ce5c382a12033f0c79a8026f8a673d9ecdcee 100644
--- a/ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.mm
+++ b/ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.mm
@@ -45,3 +45,7 @@ std::unique_ptr<base::ListValue> IOSChromePhysicalWebDataSource::GetMetadata() {
bool IOSChromePhysicalWebDataSource::HasUnresolvedDiscoveries() {
return [scanner_ unresolvedBeaconsCount] > 0;
}
+
+void RegisterListener(PhysicalWebListener* physical_web_listener) {}
+
+void UnregisterListener(PhysicalWebListener* physical_web_listener) {}

Powered by Google App Engine
This is Rietveld 408576698