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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.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: chrome/browser/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index beba94be9e1c119b235363f6ccf077bbbd5e92f7..f5b426d86c56a6463677c6a8560ca55b7679b31f 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -67,6 +67,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
virtual void HandleMediaPlayPause() OVERRIDE;
virtual void HandleMediaPrevTrack() OVERRIDE;
virtual string16 GetTimeRemainingString(base::TimeDelta delta) OVERRIDE;
+ virtual void ToggleFullscreenMode() OVERRIDE;
// content::NotificationObserver override:
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698