| 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);
|
|
|