Chromium Code Reviews

Unified Diff: webkit/default_plugin/plugin_impl_win.cc

Issue 2132018: Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default plugin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webkit/default_plugin/plugin_impl_win.h ('k') | webkit/default_plugin/plugin_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/default_plugin/plugin_impl_win.cc
===================================================================
--- webkit/default_plugin/plugin_impl_win.cc (revision 47729)
+++ webkit/default_plugin/plugin_impl_win.cc (working copy)
@@ -52,7 +52,7 @@
bool PluginInstallerImpl::Initialize(HINSTANCE module_handle, NPP instance,
NPMIMEType mime_type, int16 argc,
char* argn[], char* argv[]) {
- DLOG(INFO) << __FUNCTION__ << " MIME Type : " << mime_type;
+ DLOG(INFO) << __FUNCTION__ << " Mime Type : " << mime_type;
DCHECK(instance != NULL);
DCHECK(module_handle != NULL);
@@ -287,8 +287,7 @@
}
}
-bool PluginInstallerImpl::NPP_SetWindow(NPWindow* window_info) {
- HWND parent_window = reinterpret_cast<HWND>(window_info->window);
+bool PluginInstallerImpl::SetWindow(HWND parent_window) {
if (!IsWindow(parent_window)) {
// No window created yet. Ignore this call.
if (!IsWindow(hwnd()))
« no previous file with comments | « webkit/default_plugin/plugin_impl_win.h ('k') | webkit/default_plugin/plugin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine