Chromium Code Reviews| Index: chrome/common/mac/app_mode_common.h |
| diff --git a/chrome/common/mac/app_mode_common.h b/chrome/common/mac/app_mode_common.h |
| index a88ded6598f762040990af264ee83f18409c6509..aeca4b48e0c31135c472109e30c2e58115aee3ec 100644 |
| --- a/chrome/common/mac/app_mode_common.h |
| +++ b/chrome/common/mac/app_mode_common.h |
| @@ -127,6 +127,10 @@ struct ChromeAppModeInfo { |
| base::FilePath profile_dir; |
| }; |
| +// Check that the socket and its parent directory have the correct permissions |
| +// and are owned by the user. |
|
tapted
2014/01/06 07:31:28
actually, it's not checking ownership (yet?).
|
| +void VerifySocketPermissions(const base::FilePath& socket_path); |
| + |
| } // namespace app_mode |
| #endif // CHROME_COMMON_MAC_APP_MODE_COMMON_H_ |