summaryrefslogtreecommitdiffstats
path: root/content/common/plugin_constants_win.h
diff options
context:
space:
mode:
authorpiman <piman@chromium.org>2016-03-18 14:32:58 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-18 21:35:03 +0000
commitbfb2cebc0c8dacff0b93a37a822babe8c2bc0f5e (patch)
treee92e098c0eb14a14f4bcb0c2bafca9b0193f9521 /content/common/plugin_constants_win.h
parent69da898ef90feb49e414476934abf708ed04c093 (diff)
downloadchromium_src-bfb2cebc0c8dacff0b93a37a822babe8c2bc0f5e.zip
chromium_src-bfb2cebc0c8dacff0b93a37a822babe8c2bc0f5e.tar.gz
chromium_src-bfb2cebc0c8dacff0b93a37a822babe8c2bc0f5e.tar.bz2
Remove windowed NPAPI code
BUG=493212 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1815593002 Cr-Commit-Position: refs/heads/master@{#382094}
Diffstat (limited to 'content/common/plugin_constants_win.h')
-rw-r--r--content/common/plugin_constants_win.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/content/common/plugin_constants_win.h b/content/common/plugin_constants_win.h
index 2269592..815cbf4 100644
--- a/content/common/plugin_constants_win.h
+++ b/content/common/plugin_constants_win.h
@@ -14,20 +14,8 @@
namespace content {
-// The window class name for a plugin window.
-extern const base::char16 kNativeWindowClassName[];
-
-// The name of the window class name for the wrapper HWND around the actual
-// plugin window that's used when running in multi-process mode. This window
-// is created on the browser UI thread.
-extern const base::char16 kWrapperNativeWindowClassName[];
-
extern const base::char16 kDummyActivationWindowName[];
-// The name of the custom window message that the browser uses to tell the
-// plugin process to paint a window.
-extern const base::char16 kPaintMessageName[];
-
// The name of the registry key which NPAPI plugins update on installation.
extern const base::char16 kRegistryMozillaPlugins[];