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

Unified Diff: ash/accelerators/accelerator_commands.h

Issue 2162193003: Separates out accelerators using non-common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@accelerators
Patch Set: sim=20 Created 4 years, 5 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 | « no previous file | ash/accelerators/accelerator_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_commands.h
diff --git a/ash/accelerators/accelerator_commands.h b/ash/accelerators/accelerator_commands.h
index 832dda39a0891ec6cdc303987a222c38362cfa77..df576ba975f02e96636e3db622a1f302ac96126d 100644
--- a/ash/accelerators/accelerator_commands.h
+++ b/ash/accelerators/accelerator_commands.h
@@ -25,21 +25,6 @@ ASH_EXPORT void ToggleMaximized();
// by WindowStateDelegate::ToggleFullscreen().
ASH_EXPORT void ToggleFullscreen();
-// Toggles touch HUD.
-ASH_EXPORT void ToggleTouchHudProjection();
-
-// True if the desktop zoom accelerator is enabled.
-bool IsInternalDisplayZoomEnabled();
-
-// Change internal display zooming up or down.
-ASH_EXPORT bool ZoomInternalDisplay(bool up);
-
-// Reset the display zooming to the default state.
-ASH_EXPORT void ResetInternalDisplayZoom();
-
-// If it is in the pinned mode, exit from it.
-ASH_EXPORT void Unpin();
-
} // namespace accelerators
} // namespace ash
« no previous file with comments | « no previous file | ash/accelerators/accelerator_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698