Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / shell / browser / shell_mac.mm
index e31ba09..5f4c3e9 100644 (file)
@@ -282,6 +282,11 @@ void Shell::PlatformSetTitle(const base::string16& title) {
   [window_ setTitle:title_string];
 }
 
+bool Shell::PlatformHandleContextMenu(
+    const content::ContextMenuParams& params) {
+  return false;
+}
+
 void Shell::Close() {
   if (headless_)
     delete this;