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

Unified Diff: webkit/glue/plugins/plugin_constants_win.h

Issue 200031: Take out the activex control. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/default_plugin/plugin_main.cc ('k') | webkit/glue/plugins/plugin_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_constants_win.h
===================================================================
--- webkit/glue/plugins/plugin_constants_win.h (revision 25626)
+++ webkit/glue/plugins/plugin_constants_win.h (working copy)
@@ -8,19 +8,7 @@
// Used by the plugins_test when testing the older WMP plugin to force the new
// plugin to not get loaded.
#define kUseOldWMPPluginSwitch L"use-old-wmp"
-// Used for testing the ActiveX shim. By default it's off. If this flag is
-// specified we will use the native ActiveX shim.
-#define kNoNativeActiveXShimSwitch L"no-activex"
-// Internal file name for the ActiveX shim, used as a unique identifier.
-#define kActiveXShimFileName L"activex-shim"
-// Internal file name for the ActiveX shim, registered as the Windows Media
-// Player. Some sites walk the plugin list and look for specifically-named
-// plugins, so we must oblige them with a very specific name. See
-// http://codereview.chromium.org/7234 .
-#define kActiveXShimFileNameForMediaPlayer \
- L"Microsoft\xAE Windows Media Player Firefox Plugin"
-
// The window class name for a plugin window.
#define kNativeWindowClassName L"NativeWindowClass"
« no previous file with comments | « webkit/default_plugin/plugin_main.cc ('k') | webkit/glue/plugins/plugin_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698