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

Unified Diff: ash/shell/shell_delegate_impl.h

Issue 10914231: Map fullscreen button to maximize (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix for review issues Created 8 years, 3 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
Index: ash/shell/shell_delegate_impl.h
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
index 182b738ca2a0948cd6a87533aa8f2034ea4d095b..0ef840c258ad7158488c9af068b15fa31a08c788 100644
--- a/ash/shell/shell_delegate_impl.h
+++ b/ash/shell/shell_delegate_impl.h
@@ -54,6 +54,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
virtual void HandleMediaPlayPause() OVERRIDE;
virtual void HandleMediaPrevTrack() OVERRIDE;
virtual string16 GetTimeRemainingString(base::TimeDelta delta) OVERRIDE;
+ virtual void ToggleFullscreenMode() OVERRIDE;
private:
// Used to update Launcher. Owned by main.

Powered by Google App Engine
This is Rietveld 408576698