| Index: content/browser/child_process_launcher_helper_android.cc
|
| diff --git a/content/browser/child_process_launcher_helper_android.cc b/content/browser/child_process_launcher_helper_android.cc
|
| index a46f2c47fcfa53a78192a2f3ee3a4239a664e532..b498bb4f522b5c2e33d51f80e57f728f7dccac1d 100644
|
| --- a/content/browser/child_process_launcher_helper_android.cc
|
| +++ b/content/browser/child_process_launcher_helper_android.cc
|
| @@ -7,7 +7,6 @@
|
| #include <memory>
|
|
|
| #include "base/android/apk_assets.h"
|
| -#include "base/android/context_utils.h"
|
| #include "base/android/jni_array.h"
|
| #include "base/i18n/icu_util.h"
|
| #include "base/logging.h"
|
| @@ -133,8 +132,7 @@ ChildProcessLauncherHelper::LaunchProcessOnLauncherThread(
|
|
|
| constexpr int param_key = 0; // TODO(boliu): Use this.
|
| java_peer_.Reset(Java_ChildProcessLauncherHelper_create(
|
| - env, reinterpret_cast<intptr_t>(this),
|
| - base::android::GetApplicationContext(), param_key, j_argv,
|
| + env, reinterpret_cast<intptr_t>(this), param_key, j_argv,
|
| child_process_id(), j_file_infos));
|
| AddRef(); // Balanced by OnChildProcessStarted.
|
|
|
|
|