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

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

Issue 2768423002: Remove ForegroundMessageListener definition (Closed)
Patch Set: Fix rogue typo 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 | « no previous file | 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 622bb1274444274faf30c84afc9fce4e26b411de..559bfdd08db6f5a70549e56de50efbe146fa5398 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
@@ -15,7 +15,7 @@ import org.chromium.chrome.browser.AppHooks;
/**
* The Client that harvests URLs from BLE signals.
- * This class is designed to scan URSs from Bluetooth Low Energy beacons.
+ * This class is designed to scan URLs from Bluetooth Low Energy beacons.
* This class is currently an empty implementation and must be extended by a
* subclass.
*/
@@ -23,13 +23,6 @@ public class PhysicalWebBleClient {
private static PhysicalWebBleClient sInstance;
private static final String TAG = "PhysicalWeb";
- // We don't actually listen to any of the onFound or onLost events in the foreground.
- // The background listener will get these.
- protected static class ForegroundMessageListener extends MessageListener {
- @Override
- public void onFound(Message message) {}
- }
-
protected static class BackgroundMessageListener extends MessageListener {
@Override
public void onFound(Message message) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698