Only compile HandleKeyboardEvent on Mac

This commit is contained in:
Adam Roben 2013-05-22 16:08:40 -04:00
parent f2ff1fb406
commit b970e9d5c3

View file

@ -13,7 +13,9 @@ public:
~DefaultWebContentsDelegate();
protected:
#if defined(OS_MACOSX)
virtual void HandleKeyboardEvent(content::WebContents*, const content::NativeWebKeyboardEvent&) OVERRIDE;
#endif
};
}