diff options
Diffstat (limited to 'webkit/support/platform_support.h')
-rw-r--r-- | webkit/support/platform_support.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/support/platform_support.h b/webkit/support/platform_support.h index 73ab950..eb80e82 100644 --- a/webkit/support/platform_support.h +++ b/webkit/support/platform_support.h @@ -7,10 +7,10 @@ namespace webkit_support { // Called before WebKit::initialize(). -void BeforeInitialize(); +void BeforeInitialize(bool unit_test_mode); // Called after WebKit::initialize(). -void AfterInitialize(); +void AfterInitialize(bool unit_test_mode); // Called before WebKit::shutdown(). void BeforeShutdown(); |