diff options
Diffstat (limited to 'base/mac/mac_util.h')
-rw-r--r-- | base/mac/mac_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h index 5f82f43..cb7ed7e 100644 --- a/base/mac/mac_util.h +++ b/base/mac/mac_util.h @@ -92,9 +92,6 @@ BASE_EXPORT bool AmIForeground(); // Excludes the file given by |file_path| from being backed up by Time Machine. BASE_EXPORT bool SetFileBackupExclusion(const FilePath& file_path); -// Sets the process name as displayed in Activity Monitor to process_name. -BASE_EXPORT void SetProcessName(CFStringRef process_name); - // Converts a NSImage to a CGImageRef. Normally, the system frameworks can do // this fine, especially on 10.6. On 10.5, however, CGImage cannot handle // converting a PDF-backed NSImage into a CGImageRef. This function will |