Discard fullscreen support on OS X 10.6.

This commit is contained in:
Cheng Zhao 2013-06-04 18:15:03 +08:00
parent a1dc4b88be
commit 556e84f53a
3 changed files with 11 additions and 65 deletions

View file

@ -57,8 +57,6 @@ class NativeWindowMac : public NativeWindow {
void NotifyWindowBlur() { NativeWindow::NotifyWindowBlur(); }
protected:
void SetNonLionFullscreen(bool fullscreen);
// Implementations of content::WebContentsDelegate.
virtual void HandleKeyboardEvent(
content::WebContents*,
@ -70,9 +68,7 @@ class NativeWindowMac : public NativeWindow {
NSWindow* window_;
bool is_fullscreen_;
bool is_kiosk_;
NSRect restored_bounds_;
NSInteger attention_request_id_; // identifier from requestUserAttention