diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-08 16:40:36 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-08 16:40:36 +0000 |
commit | 33f7497dd5e6711df30e02f4f0eea4e512773487 (patch) | |
tree | 2524049ee0edf6cd7b78662745435e14355a87af /chrome/test/testing_profile.h | |
parent | 4b23712142c351bbd41269b7a2bbeda861634a32 (diff) | |
download | chromium_src-33f7497dd5e6711df30e02f4f0eea4e512773487.zip chromium_src-33f7497dd5e6711df30e02f4f0eea4e512773487.tar.gz chromium_src-33f7497dd5e6711df30e02f4f0eea4e512773487.tar.bz2 |
Prerender: Add PrerenderManager and PrerenderContents
Contributed By: tburkard@chromium.org
BUG=None
TEST=trybots, no new unit tests
Review URL: http://codereview.chromium.org/5180005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 3469c33..70395bb 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -314,6 +314,7 @@ class TestingProfile : public Profile { virtual ExtensionInfoMap* GetExtensionInfoMap() { return NULL; } virtual PromoCounter* GetInstantPromoCounter() { return NULL; } virtual policy::ProfilePolicyContext* GetPolicyContext() { return NULL; } + virtual PrerenderManager* GetPrerenderManager() { return NULL; } protected: base::Time start_time_; |