Backed out 2d12d2f2f450 (bug 1138560) for duplication. r=dupe DONTBUILD
This commit is contained in:
@@ -1872,9 +1872,6 @@ public abstract class GeckoApp
|
||||
} else if (ACTION_HOMESCREEN_SHORTCUT.equals(action)) {
|
||||
String uri = getURIFromIntent(intent);
|
||||
GeckoAppShell.sendEventToGecko(GeckoEvent.createBookmarkLoadEvent(uri));
|
||||
|
||||
// telemetry for web pages launched from home screen shortcuts
|
||||
Telemetry.sendUIEvent(TelemetryContract.Event.LOAD_URL, TelemetryContract.Method.HOMESCREEN);
|
||||
} else if (Intent.ACTION_SEARCH.equals(action)) {
|
||||
String uri = getURIFromIntent(intent);
|
||||
GeckoAppShell.sendEventToGecko(GeckoEvent.createURILoadEvent(uri));
|
||||
|
||||
Reference in New Issue
Block a user