| Index: webkit/support/webkit_support.h
|
| diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
|
| index 7fb2640d5dde1e7998300c8d30f30fe2bd52f32f..3bcaef671bdcb893cb650da0732e52c6d662bfbf 100644
|
| --- a/webkit/support/webkit_support.h
|
| +++ b/webkit/support/webkit_support.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/string16.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/Platform.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebReferrerPolicy.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h"
|
| @@ -60,6 +61,9 @@ namespace webkit_support {
|
| // initialized (as it is already done by the TestSuite).
|
| void SetUpTestEnvironment();
|
| void SetUpTestEnvironmentForUnitTests();
|
| +void SetUpTestEnvironment(WebKit::Platform* shadow_platform_delegate);
|
| +void SetUpTestEnvironmentForUnitTests(
|
| + WebKit::Platform* shadow_platform_delegate);
|
| void TearDownTestEnvironment();
|
|
|
| // Returns a pointer to a WebKitPlatformSupport implementation for
|
|
|