| Index: mojo/public/cpp/bindings/sync_call_restrictions.h
|
| diff --git a/mojo/public/cpp/bindings/sync_call_restrictions.h b/mojo/public/cpp/bindings/sync_call_restrictions.h
|
| index 6ed1946ce3aef8a1b1e05fda471f64b811835fb1..c933b6c6ea33c9730af71c2889db4101ccc66234 100644
|
| --- a/mojo/public/cpp/bindings/sync_call_restrictions.h
|
| +++ b/mojo/public/cpp/bindings/sync_call_restrictions.h
|
| @@ -49,10 +49,10 @@ namespace mojo {
|
| // Before processing a sync call, the bindings call
|
| // SyncCallRestrictions::AssertSyncCallAllowed() to check whether sync calls are
|
| // allowed. By default, it is determined by the mojo system property
|
| -// MOJO_PROPERTY_SYNC_CALL_ALLOWED. If the default setting says no but you have
|
| -// a very compelling reason to disregard that (which should be very very rare),
|
| -// you can override it by constructing a ScopedAllowSyncCall object, which
|
| -// allows making sync calls on the current thread during its lifetime.
|
| +// MOJO_PROPERTY_TYPE_SYNC_CALL_ALLOWED. If the default setting says no but you
|
| +// have a very compelling reason to disregard that (which should be very very
|
| +// rare), you can override it by constructing a ScopedAllowSyncCall object,
|
| +// which allows making sync calls on the current thread during its lifetime.
|
| class MOJO_CPP_BINDINGS_EXPORT SyncCallRestrictions {
|
| public:
|
| #if ENABLE_SYNC_CALL_RESTRICTIONS
|
|
|