Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: base/mac/mac_util.h

Issue 681713002: Update from chromium https://crrev.com/301315 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/files/file_path.h ('k') | base/mac/mac_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « base/files/file_path.h ('k') | base/mac/mac_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698