Backed out changesets 34516556f823 (bug 1004890) and 0610c2dcc6f5 (bug 1004889) for Android Armv6 robocop crashes.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen
2014-05-02 15:21:14 -04:00
parent e4d1c9a6fc
commit 516923a275
3 changed files with 0 additions and 15 deletions

View File

@@ -2350,10 +2350,6 @@ abstract public class BrowserApp extends GeckoApp
final int itemId = item.getItemId();
// Track the menu action. We don't know much about the context, but we can use this to determine
// the frequency of use for various actions.
Telemetry.sendUIEvent(TelemetryContract.Event.ACTION, TelemetryContract.Method.MENU, getResources().getResourceEntryName(itemId));
if (itemId == R.id.bookmark) {
tab = Tabs.getInstance().getSelectedTab();
if (tab != null) {