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

Unified Diff: ash/shell_delegate.h

Issue 42353002: Introduce WindowStateDelegate::ToggleFullscreen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 65b445d56f3a982f309617c7220b080b69c67c90..39d5cf0109ee2ebb3c12da82a4b3df752f5434b0 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -134,9 +134,6 @@ class ASH_EXPORT ShellDelegate {
// Invoked when the user uses Ctrl-N or Ctrl-Shift-N to open a new window.
virtual void NewWindow(bool incognito) = 0;
- // Invoked when the user uses Shift+F4 to toggle the window fullscreen state.
- virtual void ToggleFullscreen() = 0;
-
// Invoked when an accelerator is used to open the file manager.
virtual void OpenFileManager() = 0;
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/window_properties.h » ('j') | ash/wm/window_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698