Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(978)

Side by Side Diff: webkit/glue/plugins/plugin_constants_win.h

Issue 367002: Added Pepper 3D render context that instantiates the GPU plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/plugins/npapi_extension_thunk.cc ('k') | webkit/glue/plugins/plugin_list.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_GLUE_PLUGIN_CONSTANTS_WIN_H_ 5 #ifndef WEBKIT_GLUE_PLUGIN_CONSTANTS_WIN_H_
6 #define WEBKIT_GLUE_PLUGIN_CONSTANTS_WIN_H_ 6 #define WEBKIT_GLUE_PLUGIN_CONSTANTS_WIN_H_
7 7
8 // Used by the plugins_test when testing the older WMP plugin to force the new 8 // Used by the plugins_test when testing the older WMP plugin to force the new
9 // plugin to not get loaded. 9 // plugin to not get loaded.
10 #define kUseOldWMPPluginSwitch "use-old-wmp" 10 #define kUseOldWMPPluginSwitch "use-old-wmp"
(...skipping 18 matching lines...) Expand all
29 #define kOldWMPPlugin L"npdsplay.dll" 29 #define kOldWMPPlugin L"npdsplay.dll"
30 #define kYahooApplicationStatePlugin L"npystate.dll" 30 #define kYahooApplicationStatePlugin L"npystate.dll"
31 #define kWanWangProtocolHandlerPlugin L"npww.dll" 31 #define kWanWangProtocolHandlerPlugin L"npww.dll"
32 #define kFlashPlugin L"npswf32.dll" 32 #define kFlashPlugin L"npswf32.dll"
33 #define kAcrobatReaderPlugin L"nppdf32.dll" 33 #define kAcrobatReaderPlugin L"nppdf32.dll"
34 #define kRealPlayerPlugin L"nppl3260.dll" 34 #define kRealPlayerPlugin L"nppl3260.dll"
35 #define kSilverlightPlugin L"npctrl.dll" 35 #define kSilverlightPlugin L"npctrl.dll"
36 #define kJavaPlugin1 L"npjp2.dll" 36 #define kJavaPlugin1 L"npjp2.dll"
37 #define kJavaPlugin2 L"npdeploytk.dll" 37 #define kJavaPlugin2 L"npdeploytk.dll"
38 38
39 #define kGPUPluginMimeType "application/vnd.google.chrome.gpu-plugin"
40
39 #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_LIST_H_ 41 #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_LIST_H_
OLDNEW
« no previous file with comments | « webkit/glue/plugins/npapi_extension_thunk.cc ('k') | webkit/glue/plugins/plugin_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698