| Index: content/shell/shell.h
|
| diff --git a/content/shell/shell.h b/content/shell/shell.h
|
| index 30350243a5285ff5df557902bad81a3570965409..a7524cf8345101636cd207ed73a84d5c3df17154 100644
|
| --- a/content/shell/shell.h
|
| +++ b/content/shell/shell.h
|
| @@ -116,6 +116,7 @@ class Shell : public WebContentsDelegate,
|
| virtual JavaScriptDialogCreator* GetJavaScriptDialogCreator() OVERRIDE;
|
| #if defined(OS_MACOSX)
|
| virtual void HandleKeyboardEvent(
|
| + WebContents* source,
|
| const NativeWebKeyboardEvent& event) OVERRIDE;
|
| #endif
|
| virtual bool AddMessageToConsole(WebContents* source,
|
|
|