From e001f7102945c8c25fc286898e8df626f4b13891 Mon Sep 17 00:00:00 2001 From: Kevin Hart Date: Mon, 7 Sep 2015 15:13:57 +0200 Subject: Revert "Fixed crash when restoring settings to default" This reverts commit 60a37f7469148b6ca4b5f701ebcc15d5cb440b83. Change-Id: I2fa6ffcb6e820ef26319a1912501b29d0fe1f880 --- src/src/com/android/browser/EngineInitializer.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/src/com/android/browser/EngineInitializer.java b/src/src/com/android/browser/EngineInitializer.java index 1a1b0707..bbd20d30 100644 --- a/src/src/com/android/browser/EngineInitializer.java +++ b/src/src/com/android/browser/EngineInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 The Linux Foundation. All rights reserved. + * Copyright (c) 2014 The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -424,9 +424,6 @@ public class EngineInitializer { } public static void onNewIntent(BrowserActivity activity, Intent intent) { - if (BrowserActivity.ACTION_RESTART.equals(intent.getAction())) { - Engine.releaseSpareChildProcess(); - } activity.getScheduler().onNewIntent(intent); } -- cgit v1.2.3