Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

Unified Diff: chrome/browser/browsing_data/browsing_data_remover.h

Issue 1864583006: Simplify BrowserContext by removing redundant methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browsing_data/browsing_data_remover.h
diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
index b5f1a6f18764cbcba7e0d3616431d46a647cc9bb..3ca7d5afd2dd3f2f4a54f8333962edbe09c08676 100644
--- a/chrome/browser/browsing_data/browsing_data_remover.h
+++ b/chrome/browser/browsing_data/browsing_data_remover.h
@@ -422,10 +422,6 @@ class BrowsingDataRemover : public KeyedService
// to artificially delay completion. Used for testing.
static CompletionInhibitor* completion_inhibitor_;
- // Used to delete data from HTTP cache.
- scoped_refptr<net::URLRequestContextGetter> main_context_getter_;
- scoped_refptr<net::URLRequestContextGetter> media_context_getter_;
-
#if defined(ENABLE_PLUGINS)
// Used to delete plugin data.
scoped_ptr<content::PluginDataRemover> plugin_data_remover_;
« no previous file with comments | « chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc ('k') | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698