From 4361c7ca9c1a850f3c075612bd0e20630b821355 Mon Sep 17 00:00:00 2001 From: "mpcomplete@chromium.org" Date: Thu, 30 Sep 2010 21:57:53 +0000 Subject: Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared data structure that all the different contexts have a handle to. BUG=56558 TEST=no functional change Review URL: http://codereview.chromium.org/3439017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61120 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chrome/test/testing_profile.h') diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index b1e466d..d84079f 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -269,10 +269,8 @@ class TestingProfile : public Profile { virtual ProfileSyncService* GetProfileSyncService( const std::string& cros_notes); virtual CloudPrintProxyService* GetCloudPrintProxyService() { return NULL; } - - virtual ChromeBlobStorageContext* GetBlobStorageContext() { - return NULL; - } + virtual ChromeBlobStorageContext* GetBlobStorageContext() { return NULL; } + virtual ExtensionInfoMap* GetExtensionInfoMap() { return NULL; } protected: base::Time start_time_; -- cgit v1.1