| Index: webkit/glue/plugins/webplugin_delegate_impl.h
|
| ===================================================================
|
| --- webkit/glue/plugins/webplugin_delegate_impl.h (revision 48979)
|
| +++ webkit/glue/plugins/webplugin_delegate_impl.h (working copy)
|
| @@ -68,6 +68,7 @@
|
| PLUGIN_QUIRK_PATCH_REGENUMKEYEXW = 2048, // Windows
|
| PLUGIN_QUIRK_ALWAYS_NOTIFY_SUCCESS = 4096, // Windows
|
| PLUGIN_QUIRK_ALLOW_FASTER_QUICKDRAW_PATH = 8192, // Mac
|
| + PLUGIN_QUIRK_WINDOWLESS_NO_RIGHT_CLICK = 32768, // Linux
|
| };
|
|
|
| static WebPluginDelegateImpl* Create(const FilePath& filename,
|
|
|