| Index: webkit/glue/plugins/webplugin_delegate_impl.h
 | 
| ===================================================================
 | 
| --- webkit/glue/plugins/webplugin_delegate_impl.h	(revision 26540)
 | 
| +++ webkit/glue/plugins/webplugin_delegate_impl.h	(working copy)
 | 
| @@ -43,8 +43,7 @@
 | 
|      PLUGIN_QUIRK_WINDOWLESS_OFFSET_WINDOW_TO_DRAW = 256,  // Linux
 | 
|      PLUGIN_QUIRK_WINDOWLESS_INVALIDATE_AFTER_SET_WINDOW = 512,  // Linux
 | 
|      PLUGIN_QUIRK_NO_WINDOWLESS = 1024,  // Windows
 | 
| -    PLUGIN_QUIRK_DONT_CREATE_DUMMY_WINDOW = 2048,  // Native Client
 | 
| -    PLUGIN_QUIRK_PATCH_REGENUMKEYEXW = 4096, // Windows
 | 
| +    PLUGIN_QUIRK_PATCH_REGENUMKEYEXW = 2048, // Windows
 | 
|    };
 | 
|  
 | 
|    static WebPluginDelegateImpl* Create(const FilePath& filename,
 | 
| 
 |