Back out a12e6c2e9535 (bug 972327) for not actually building

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2014-02-16 10:33:54 -08:00
Родитель 36139c6bf2
Коммит 2c34a5ca5f
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -890,12 +890,6 @@ abstract public class BrowserApp extends GeckoApp
// Intercept key events for gamepad shortcuts
mLayerView.setOnKeyListener(this);
// Initialize the actionbar menu items on startup for both large and small tablets
if (HardwareUtils.isTablet()) {
onCreatePanelMenu(Window.FEATURE_OPTIONS_PANEL, null);
invalidateOptionsMenu();
}
}
private void shareCurrentUrl() {