Commit 31438f44 authored by pauljensen's avatar pauljensen Committed by Commit Bot

[Cronet] Remove a remaining part of data reduction proxy

This was added back in crrev.com/329674 and appears unused.

R=mgersh@chromium.org
B=716108
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester

Review-Url: https://codereview.chromium.org/2918663005
Cr-Commit-Position: refs/heads/master@{#476296}
parent 47445933
......@@ -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 =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment