summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authormpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-30 21:57:53 +0000
committermpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-30 21:57:53 +0000
commit4361c7ca9c1a850f3c075612bd0e20630b821355 (patch)
tree98b7e5e2f1a4923a4d2df5d97620d8abfd29d4a5 /chrome/test/testing_profile.h
parent9fabbf77b5b467003287b055aece906a4330de86 (diff)
downloadchromium_src-4361c7ca9c1a850f3c075612bd0e20630b821355.zip
chromium_src-4361c7ca9c1a850f3c075612bd0e20630b821355.tar.gz
chromium_src-4361c7ca9c1a850f3c075612bd0e20630b821355.tar.bz2
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
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h6
1 files changed, 2 insertions, 4 deletions
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_;