diff options
author | eustas@chromium.org <eustas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-31 16:42:31 +0000 |
---|---|---|
committer | eustas@chromium.org <eustas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-31 16:42:31 +0000 |
commit | f9c8c7c73e3106e8f65bb58d45c8114f4c70b590 (patch) | |
tree | 950e00f3d362525c4fc0320b1b375f0eac9ce7da /chrome/browser/browsing_data | |
parent | 3beffd54906a3cf4fed54ce62e4296e38940a8b5 (diff) | |
download | chromium_src-f9c8c7c73e3106e8f65bb58d45c8114f4c70b590.zip chromium_src-f9c8c7c73e3106e8f65bb58d45c8114f4c70b590.tar.gz chromium_src-f9c8c7c73e3106e8f65bb58d45c8114f4c70b590.tar.bz2 |
Remove ChromeURLRequestContext.
This is step towards simplification of network configuration.
Using plain URLRequestContext will improve interoperability - either
content could create base URLRequestContext, or embedder may pass instance
to content for configuration.
BUG=
Review URL: https://codereview.chromium.org/385123003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browsing_data')
-rw-r--r-- | chrome/browser/browsing_data/browsing_data_remover.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc index fed036e..9caff33 100644 --- a/chrome/browser/browsing_data/browsing_data_remover.cc +++ b/chrome/browser/browsing_data/browsing_data_remover.cc @@ -26,7 +26,6 @@ #include "chrome/browser/history/history_service_factory.h" #include "chrome/browser/io_thread.h" #include "chrome/browser/media/media_device_id_salt.h" -#include "chrome/browser/net/chrome_url_request_context.h" #include "chrome/browser/net/predictor.h" #include "chrome/browser/password_manager/password_store_factory.h" #include "chrome/browser/predictors/logged_in_predictor_table.h" |