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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java

Issue 2752313003: Read onDistanceChange events from Nearby Messages (Closed)
Patch Set: Use ThreadUtils 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 | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/NearbyForegroundSubscription.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java b/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java
index 3d11203dee07036d48ff49d3d6fa16f453e0c3a8..149c8f698323240d10b4b6c48f31008bbbb5ce52 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java
@@ -141,14 +141,6 @@ public class PhysicalWebBleClient {
}
/**
- * Create a MessageListener that listens during a foreground scan.
- * @return the MessageListener.
- */
- MessageListener createForegroundMessageListener() {
- return new ForegroundMessageListener();
- }
-
- /**
* Get the URLs from a device within a message.
* @param message The Nearby message.
* @return The URL contained in the message.
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/NearbyForegroundSubscription.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698