| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 33695)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -146,6 +146,7 @@
|
| }
|
| virtual net::SSLConfigService* GetSSLConfigService() { return NULL; }
|
| virtual BlacklistManager* GetBlacklistManager() { return NULL; }
|
| + virtual HostZoomMap* GetHostZoomMap() { return NULL; }
|
| void set_session_service(SessionService* session_service) {
|
| session_service_ = session_service;
|
| }
|
|
|