Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: content/common/sandbox_win.h

Issue 209163002: Support DirectWrite with sandbox on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roll out blink bits Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_COMMON_SANDBOX_WIN_H_ 5 #ifndef CONTENT_COMMON_SANDBOX_WIN_H_
6 #define CONTENT_COMMON_SANDBOX_WIN_H_ 6 #define CONTENT_COMMON_SANDBOX_WIN_H_
7 7
8 #include "sandbox/win/src/security_level.h" 8 #include "sandbox/win/src/security_level.h"
9 9
10 namespace base { 10 namespace base {
(...skipping 15 matching lines...) Expand all
26 uint32 ui_exceptions, 26 uint32 ui_exceptions,
27 sandbox::TargetPolicy* policy); 27 sandbox::TargetPolicy* policy);
28 28
29 // Closes handles that are opened at process creation and initialization. 29 // Closes handles that are opened at process creation and initialization.
30 void AddBaseHandleClosePolicy(sandbox::TargetPolicy* policy); 30 void AddBaseHandleClosePolicy(sandbox::TargetPolicy* policy);
31 31
32 bool InitBrokerServices(sandbox::BrokerServices* broker_services); 32 bool InitBrokerServices(sandbox::BrokerServices* broker_services);
33 33
34 bool InitTargetServices(sandbox::TargetServices* target_services); 34 bool InitTargetServices(sandbox::TargetServices* target_services);
35 35
36 bool ShouldUseDirectWrite();
37
36 } // namespace content 38 } // namespace content
37 39
38 #endif // CONTENT_COMMON_SANDBOX_WIN_H_ 40 #endif // CONTENT_COMMON_SANDBOX_WIN_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/sandbox_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698