X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbase%2Fmac%2Fmac_util.h;h=d93b49508ddfc5a19bbdcd182129169e4d741511;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=db399a8ca06a23fda7bbd41a725a46ffe189ee00;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/base/mac/mac_util.h b/src/base/mac/mac_util.h index db399a8..d93b495 100644 --- a/src/base/mac/mac_util.h +++ b/src/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);