Chromium Code Reviews| Index: content/shell/webkit_test_platform_support.h |
| diff --git a/content/shell/webkit_test_platform_support.h b/content/shell/webkit_test_platform_support.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..73045b3813375c90899a1a7b72cb2d60e7707823 |
| --- /dev/null |
| +++ b/content/shell/webkit_test_platform_support.h |
| @@ -0,0 +1,10 @@ |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_ |
| +#define CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_ |
| + |
| +bool WebKitTestPlatformInitialize(); |
|
jam
2012/10/11 15:21:53
nit: put this in the content namespace
|
| + |
| +#endif // CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_ |