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

Unified Diff: sandbox/mac/seatbelt.h

Issue 2369553002: Suppress sandbox deprecation warnings by using the Seatbelt wrapper. (Closed)
Patch Set: Suppress sandbox deprecation warnings by using the Seatbelt wrapper. Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_send_fds_test.cc ('k') | sandbox/mac/seatbelt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/seatbelt.h
diff --git a/sandbox/mac/seatbelt.h b/sandbox/mac/seatbelt.h
index c5dd386bfe2d4f6a573ceb486a8dc023b8b5b2b1..2a5db08e4b6f3a38b9c19eac383fb62cab6a52b5 100644
--- a/sandbox/mac/seatbelt.h
+++ b/sandbox/mac/seatbelt.h
@@ -26,6 +26,16 @@ class SEATBELT_EXPORT Seatbelt {
static void FreeError(char* errorbuf);
+ static const char* kProfileNoInternet;
+
+ static const char* kProfileNoNetwork;
+
+ static const char* kProfileNoWrite;
+
+ static const char* kProfileNoWriteExceptTemporary;
+
+ static const char* kProfilePureComputation;
+
private:
Seatbelt();
DISALLOW_COPY_AND_ASSIGN(Seatbelt);
« no previous file with comments | « ipc/ipc_send_fds_test.cc ('k') | sandbox/mac/seatbelt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698