| Index: components/cronet/android/cronet_library_loader.cc
|
| diff --git a/components/cronet/android/cronet_library_loader.cc b/components/cronet/android/cronet_library_loader.cc
|
| index 4ac9eabc456be0e38fcbab338893e1050a1feaff..1c463d380768bdb2ada4e67551c4a84eeb518f12 100644
|
| --- a/components/cronet/android/cronet_library_loader.cc
|
| +++ b/components/cronet/android/cronet_library_loader.cc
|
| @@ -13,7 +13,6 @@
|
| #include "base/android/jni_registrar.h"
|
| #include "base/android/jni_utils.h"
|
| #include "base/android/library_loader/library_loader_hooks.h"
|
| -#include "base/command_line.h"
|
| #include "base/feature_list.h"
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| @@ -102,9 +101,6 @@ void CronetInitOnInitThread(JNIEnv* env, const JavaParamRef<jclass>& jcaller) {
|
| #endif
|
|
|
| base::FeatureList::InitializeInstance(std::string(), std::string());
|
| - // TODO(bengr): Remove once Data Reduction Proxy no longer needs this for
|
| - // configuration information.
|
| - base::CommandLine::Init(0, nullptr);
|
| DCHECK(!base::MessageLoop::current());
|
| DCHECK(!g_init_message_loop);
|
| g_init_message_loop =
|
|
|