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

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

Issue 2813047: Move default_plugin from webkit/ to chrome/ (Closed)
Patch Set: fix windows? Created 10 years, 5 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/DEPS ('k') | webkit/glue/plugins/plugin_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/default_plugin_shared.h
diff --git a/webkit/default_plugin/default_plugin_shared.h b/webkit/glue/plugins/default_plugin_shared.h
similarity index 72%
rename from webkit/default_plugin/default_plugin_shared.h
rename to webkit/glue/plugins/default_plugin_shared.h
index 6bc56fbd8c49144b822fefc5fea65fdc066b36f9..79d06b3dc33f0a7bf038f2218565950d5830c765 100644
--- a/webkit/default_plugin/default_plugin_shared.h
+++ b/webkit/glue/plugins/default_plugin_shared.h
@@ -5,8 +5,8 @@
// Thes file contains stuff that should be shared among projects that do some
// special handling with default plugin
-#ifndef WEBKIT_DEFAULT_PLUGIN_DEFAULT_PLUGIN_SHARED_H
-#define WEBKIT_DEFAULT_PLUGIN_DEFAULT_PLUGIN_SHARED_H
+#ifndef WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
+#define WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
namespace default_plugin {
@@ -21,6 +21,11 @@ enum MissingPluginStatus {
MISSING_PLUGIN_USER_STARTED_DOWNLOAD
};
+#if defined(OS_WIN)
+#include <windows.h>
+const int kInstallMissingPluginMessage = WM_APP + 117;
+#endif
+
} // namespace default_plugin
-#endif // #ifndef WEBKIT_DEFAULT_PLUGIN_DEFAULT_PLUGIN_SHARED_H
+#endif // WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
« no previous file with comments | « webkit/default_plugin/DEPS ('k') | webkit/glue/plugins/plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698