Index: webkit/support/platform_support_win.cc |
=================================================================== |
--- webkit/support/platform_support_win.cc (revision 56557) |
+++ webkit/support/platform_support_win.cc (working copy) |
@@ -46,10 +46,10 @@ |
// TODO(tkent): Implement some of the followings for platform-dependent tasks |
// such as loading resource. |
-void BeforeInitialize() { |
+void BeforeInitialize(bool unit_test_mode) { |
} |
-void AfterInitialize() { |
+void AfterInitialize(bool unit_test_mode) { |
} |
void BeforeShutdown() { |