| Index: content/common/sandbox_win.h
|
| diff --git a/content/common/sandbox_win.h b/content/common/sandbox_win.h
|
| index ac6ce90fb0aadbb19254614fc1c92235760e6315..92d8d04f3dde15855a2134a92db1aff3b8d7578d 100644
|
| --- a/content/common/sandbox_win.h
|
| +++ b/content/common/sandbox_win.h
|
| @@ -33,6 +33,8 @@ bool InitBrokerServices(sandbox::BrokerServices* broker_services);
|
|
|
| bool InitTargetServices(sandbox::TargetServices* target_services);
|
|
|
| +bool ShouldUseDirectWrite();
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_COMMON_SANDBOX_WIN_H_
|
|
|