| Index: content/public/browser/web_contents_view_delegate.h
|
| ===================================================================
|
| --- content/public/browser/web_contents_view_delegate.h (revision 130641)
|
| +++ content/public/browser/web_contents_view_delegate.h (working copy)
|
| @@ -45,7 +45,7 @@
|
| // Shows a context menu.
|
| virtual void ShowContextMenu(const content::ContextMenuParams& params) = 0;
|
|
|
| -#if defined(OS_WIN) && !defined(USE_AURA)
|
| +#if defined(OS_WIN) || defined(USE_AURA)
|
| // These methods allow the embedder to intercept WebContentsViewWin's
|
| // implementation of these WebContentsView methods. See the WebContentsView
|
| // interface documentation for more information about these methods.
|
|
|