Chromium Code Reviews| Index: base/mac/mac_util.h |
| diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h |
| index 7fd0cded3620bdf9ee29a59fa300697abf9135ae..c5c2abf6cc08b082decea97f02e10237f6a0a485 100644 |
| --- a/base/mac/mac_util.h |
| +++ b/base/mac/mac_util.h |
| @@ -66,12 +66,6 @@ BASE_EXPORT void ReleaseFullScreen(FullScreenMode mode); |
| BASE_EXPORT void SwitchFullScreenModes(FullScreenMode from_mode, |
| FullScreenMode to_mode); |
| -// Set the visibility of the cursor. |
| -BASE_EXPORT void SetCursorVisibility(bool visible); |
| - |
| -// Activates the process with the given PID. |
| -BASE_EXPORT void ActivateProcess(pid_t pid); |
| - |
|
piman
2016/04/05 06:00:47
Only NPAPI was using those, so I removed.
|
| // Returns true if this process is in the foreground, meaning that it's the |
| // frontmost process, the one whose menu bar is shown at the top of the main |
| // display. |