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

Unified Diff: webkit/activex_shim/npp_impl.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/activex_shim/npn_scripting.cc ('k') | webkit/activex_shim/npp_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/activex_shim/npp_impl.h
===================================================================
--- webkit/activex_shim/npp_impl.h (revision 25626)
+++ webkit/activex_shim/npp_impl.h (working copy)
@@ -1,23 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WEBKIT_ACTIVEX_SHIM_NPP_IMPL_H__
-#define WEBKIT_ACTIVEX_SHIM_NPP_IMPL_H__
-
-#include "webkit/glue/plugins/nphostapi.h"
-
-namespace activex_shim {
-
-// Entry functions. To avoid name conflict when used in activex_shim_dll, they
-// are additionally prefixed.
-NPError WINAPI ActiveX_Shim_NP_GetEntryPoints(NPPluginFuncs* funcs);
-NPError WINAPI ActiveX_Shim_NP_Initialize(NPNetscapeFuncs* funcs);
-NPError WINAPI ActiveX_Shim_NP_Shutdown(void);
-
-// Initialized in NP_Initialize.
-extern NPNetscapeFuncs* g_browser;
-
-} // namespace activex_shim
-
-#endif // #ifndef WEBKIT_ACTIVEX_SHIM_NPP_IMPL_H__
« no previous file with comments | « webkit/activex_shim/npn_scripting.cc ('k') | webkit/activex_shim/npp_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698