diff options
Diffstat (limited to 'chrome/browser/ui/ash/ash_util.h')
-rw-r--r-- | chrome/browser/ui/ash/ash_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/ash/ash_util.h b/chrome/browser/ui/ash/ash_util.h index 4de12aa..6e0cb9e 100644 --- a/chrome/browser/ui/ash/ash_util.h +++ b/chrome/browser/ui/ash/ash_util.h @@ -14,9 +14,6 @@ namespace chrome { bool IsNativeViewInAsh(gfx::NativeView native_view); bool IsNativeWindowInAsh(gfx::NativeWindow native_window); -// Opens the Ash desktop if it's closed; otherwise, closes it. -void ToggleAshDesktop(); - } // namespace chrome #endif // CHROME_BROWSER_UI_ASH_ASH_UTIL_H_ |