mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Backed out changeset 874bcd13b8b4 (bug 944533) for bustage on android and windows builds on a CLOSED TREE
This commit is contained in:
parent
1ac52f6f3e
commit
bd9c639027
@ -1382,6 +1382,8 @@ abstract public class BrowserApp extends GeckoApp
|
||||
}
|
||||
|
||||
private void openUrlAndStopEditing(String url, String searchEngine, boolean newTab) {
|
||||
mBrowserToolbar.setProgressVisibility(true);
|
||||
|
||||
int flags = Tabs.LOADURL_NONE;
|
||||
if (newTab) {
|
||||
flags |= Tabs.LOADURL_NEW_TAB;
|
||||
|
Loading…
Reference in New Issue
Block a user