mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Bug 863803 - Part 2: Remove unneccesary call to hideAboutHome(). r=lucasr
This commit is contained in:
parent
0464db2da4
commit
e179fce30b
@ -538,8 +538,6 @@ abstract public class BrowserApp extends GeckoApp
|
||||
// show about:home if we aren't restoring previous session
|
||||
if (mRestoreMode == RESTORE_NONE) {
|
||||
Tab tab = Tabs.getInstance().loadUrl("about:home", Tabs.LOADURL_NEW_TAB);
|
||||
} else {
|
||||
hideAboutHome();
|
||||
}
|
||||
} else {
|
||||
int flags = Tabs.LOADURL_NEW_TAB | Tabs.LOADURL_USER_ENTERED;
|
||||
|
Loading…
Reference in New Issue
Block a user