summaryrefslogtreecommitdiffstats
path: root/src/src/com/android/browser/EngineInitializer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/com/android/browser/EngineInitializer.java')
-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);
}