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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 7135003: Remove last extension dependencies from content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 6 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/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index f14e63112e8c8ad75a4ca5fc2976e3234c0e9c59..9247f2672b31e18b9141886760d1c1efef5d28dd 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -488,7 +488,6 @@ void ProfileIOData::LazyInitialize() const {
resource_context_.set_file_system_context(file_system_context_);
resource_context_.set_quota_manager(quota_manager_);
resource_context_.set_host_zoom_map(host_zoom_map_);
- resource_context_.set_extension_info_map(extension_info_map_);
resource_context_.set_prerender_manager(prerender_manager_);
resource_context_.SetUserData(NULL, const_cast<ProfileIOData*>(this));

Powered by Google App Engine
This is Rietveld 408576698