summaryrefslogtreecommitdiffstats
path: root/content/common/sandbox_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/sandbox_win.h')
-rw-r--r--content/common/sandbox_win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/common/sandbox_win.h b/content/common/sandbox_win.h
index ac6ce90..92d8d04 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_