| Index: base/mac/mac_util.h
|
| diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
|
| index e3ee0db171338b92dea18b3457b7efc3760cadfd..dcb778025b08c17bdf83d7ad25b4a7859f0e5afa 100644
|
| --- a/base/mac/mac_util.h
|
| +++ b/base/mac/mac_util.h
|
| @@ -115,6 +115,10 @@ BASE_EXPORT void AddToLoginItems(bool hide_on_startup);
|
| BASE_EXPORT void RemoveFromLoginItems();
|
|
|
| // Returns true if the current process was automatically launched as a
|
| +// 'Login Item' or via Lion's Resume. Used to suppress opening windows.
|
| +BASE_EXPORT bool WasLaunchedAsLoginOrResumeItem();
|
| +
|
| +// Returns true if the current process was automatically launched as a
|
| // 'Login Item' with 'hide on startup' flag. Used to suppress opening windows.
|
| BASE_EXPORT bool WasLaunchedAsHiddenLoginItem();
|
|
|
|
|