Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index 6cd0baa9160959f947e1ef02406487d9e3d0be7a..102368970de0752447b167015f6d953f6b62e16e 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -129,9 +129,6 @@ class ASH_EXPORT ShellDelegate { |
// Invoked when the user uses Ctrl-Shift-Q to close chrome. |
virtual void Exit() = 0; |
- // Invoked when the user uses Shift+F4 to toggle the window fullscreen state. |
- virtual void ToggleFullscreen() = 0; |
- |
// Create a shell-specific keyboard::KeyboardControllerProxy |
virtual keyboard::KeyboardControllerProxy* |
CreateKeyboardControllerProxy() = 0; |