| Index: base/mac/mac_util.h
|
| diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
|
| index db399a8ca06a23fda7bbd41a725a46ffe189ee00..d93b49508ddfc5a19bbdcd182129169e4d741511 100644
|
| --- a/base/mac/mac_util.h
|
| +++ b/base/mac/mac_util.h
|
| @@ -78,9 +78,6 @@ BASE_EXPORT void SwitchFullScreenModes(FullScreenMode from_mode,
|
| // Set the visibility of the cursor.
|
| BASE_EXPORT void SetCursorVisibility(bool visible);
|
|
|
| -// Should windows miniaturize on a double-click (on the title bar)?
|
| -BASE_EXPORT bool ShouldWindowsMiniaturizeOnDoubleClick();
|
| -
|
| // Activates the process with the given PID.
|
| BASE_EXPORT void ActivateProcess(pid_t pid);
|
|
|
|
|