Discard fullscreen support on OS X 10.6.
This commit is contained in:
parent
a1dc4b88be
commit
556e84f53a
3 changed files with 11 additions and 65 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue