Chromium Code Reviews| Index: content/common/sandbox_win.h |
| diff --git a/content/common/sandbox_win.h b/content/common/sandbox_win.h |
| index 92d8d04f3dde15855a2134a92db1aff3b8d7578d..479272304591168c4c62dd8570e09326a5b5e128 100644 |
| --- a/content/common/sandbox_win.h |
| +++ b/content/common/sandbox_win.h |
| @@ -5,6 +5,9 @@ |
| #ifndef CONTENT_COMMON_SANDBOX_WIN_H_ |
| #define CONTENT_COMMON_SANDBOX_WIN_H_ |
| +#include <string> |
| +#include <vector> |
| + |
| #include "sandbox/win/src/security_level.h" |
| namespace base { |
| @@ -34,6 +37,7 @@ bool InitBrokerServices(sandbox::BrokerServices* broker_services); |
| bool InitTargetServices(sandbox::TargetServices* target_services); |
| bool ShouldUseDirectWrite(); |
| +bool GetSideloadFontFiles(std::vector<std::string>* files); |
|
jam
2014/04/14 05:40:02
nit: please add documentation for both of these me
scottmg
2014/04/14 15:48:58
Done.
|
| } // namespace content |