Backed out 2d12d2f2f450 (bug 1138560) for duplication. r=dupe DONTBUILD

This commit is contained in:
Chenxia Liu
2015-08-03 18:30:52 -07:00
parent 8c9e7a16f5
commit ed50c7f412

View File

@@ -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));