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

Unified Diff: ash/accelerators/accelerator_commands.h

Issue 2078883003: Handle UNPIN operation in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 6 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 e35ab2a5a62c1e32ebc27ef3ec2e5182fa0d131f..832dda39a0891ec6cdc303987a222c38362cfa77 100644
--- a/ash/accelerators/accelerator_commands.h
+++ b/ash/accelerators/accelerator_commands.h
@@ -37,6 +37,9 @@ 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