Chromium Code Reviews| Index: base/mac_util.h |
| =================================================================== |
| --- base/mac_util.h (revision 31614) |
| +++ base/mac_util.h (working copy) |
| @@ -89,6 +89,9 @@ |
| // returns - path to the application bundle, or empty on error |
| FilePath GetAppBundlePath(const FilePath& exec_name); |
| +// Set the Time Machine exclusion property for the given file. |
| +bool SetFileBackupExclusion(const FilePath& file_path, bool exclude); |
| + |
| } // namespace mac_util |
| #endif // BASE_MAC_UTIL_H_ |