summaryrefslogtreecommitdiffstats
path: root/content/common/plugin_constants_win.h
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2014-09-09 20:21:41 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 03:25:27 +0000
commit3458fc0095102a5734c0e223f0a15b5a43644021 (patch)
treec3b29213835e6a3138760004e9fce55efe0aa295 /content/common/plugin_constants_win.h
parenta301aef21f9e42c81728a7b38847b2b77aa46903 (diff)
downloadchromium_src-3458fc0095102a5734c0e223f0a15b5a43644021.zip
chromium_src-3458fc0095102a5734c0e223f0a15b5a43644021.tar.gz
chromium_src-3458fc0095102a5734c0e223f0a15b5a43644021.tar.bz2
Stop using an atom to store plugin name/version on Windows.
On the swarming bots we are seeing flakes in the plugin tests. Setting the atom fails because the atom table fills up. I tracked this down to the fact that sometimes the atom destruction path doesn't get hit depending on how the plugin shuts down. Rather than fix it, I removed this code and used a simpler mechanism to get the title & version in the browser process. BUG=412042 Review URL: https://codereview.chromium.org/557893003 Cr-Commit-Position: refs/heads/master@{#294088}
Diffstat (limited to 'content/common/plugin_constants_win.h')
-rw-r--r--content/common/plugin_constants_win.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/common/plugin_constants_win.h b/content/common/plugin_constants_win.h
index d796730..49920f4 100644
--- a/content/common/plugin_constants_win.h
+++ b/content/common/plugin_constants_win.h
@@ -21,8 +21,6 @@ extern const base::char16 kNativeWindowClassName[];
// is created on the browser UI thread.
extern const base::char16 kWrapperNativeWindowClassName[];
-extern const base::char16 kPluginNameAtomProperty[];
-extern const base::char16 kPluginVersionAtomProperty[];
extern const base::char16 kDummyActivationWindowName[];
// The name of the custom window message that the browser uses to tell the