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..fa5d6a101bbc0a59f47ce2d69a9bd1c53961a360 |
--- /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_SUPPOR_H_ |
marja
2012/10/11 11:49:18
s/SUPPOR/SUPPORT/g
|
+#define CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPOR_H_ |
+ |
+bool WebKitTestPlatformInitialize(); |
+ |
+#endif // CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPOR_H_ |