summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hart <khart@codeaurora.org>2015-09-07 15:13:57 +0200
committerjrizzoli <joey@cyanogenmoditalia.it>2015-09-07 15:13:57 +0200
commite001f7102945c8c25fc286898e8df626f4b13891 (patch)
treee002f7577ad8e98a692caf20616101677eea3c07
parente1efa0b6e92750a368b85b149ac7580d6b450386 (diff)
downloadandroid_packages_apps_Gello-e001f7102945c8c25fc286898e8df626f4b13891.tar.gz
android_packages_apps_Gello-e001f7102945c8c25fc286898e8df626f4b13891.tar.bz2
android_packages_apps_Gello-e001f7102945c8c25fc286898e8df626f4b13891.zip
Revert "Fixed crash when restoring settings to default"
This reverts commit 60a37f7469148b6ca4b5f701ebcc15d5cb440b83. Change-Id: I2fa6ffcb6e820ef26319a1912501b29d0fe1f880
-rw-r--r--src/src/com/android/browser/EngineInitializer.java5
1 files changed, 1 insertions, 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);
}