| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 750ee92d1f176f2bc22f31fcacdd7984d0011e7b..79af8131b1ca1056b75622cca55919e34db938dd 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/scoped_temp_dir.h"
|
| #include "base/timer.h"
|
| +#include "chrome/browser/custom_handlers/protocol_handler_registry.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|
| namespace content {
|
| @@ -108,6 +109,10 @@ class TestingProfile : public Profile {
|
| // registry is NULL.
|
| void CreateProtocolHandlerRegistry();
|
|
|
| + // Creates a ProtocolHandlerRegistry with the provided delegate.
|
| + void CreateProtocolHandlerRegistry(
|
| + ProtocolHandlerRegistry::Delegate* delegate);
|
| +
|
| // Creates a WebDataService. If not invoked, the web data service is NULL.
|
| void CreateWebDataService();
|
|
|
|
|