Index: base/mac/mac_util.h |
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h |
index 5f82f43362690d619cc875a625138aedb85669c8..cb7ed7e9baca96d2f35230b2f3d6bf34b25e6440 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 |