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

Unified Diff: chrome_frame/np_browser_functions.cc

Issue 1727021: Fix types that reached into WebCore and busted deps roll.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 8 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 | « chrome_frame/np_browser_functions.h ('k') | chrome_frame/np_proxy_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/np_browser_functions.cc
===================================================================
--- chrome_frame/np_browser_functions.cc (revision 46068)
+++ chrome_frame/np_browser_functions.cc (working copy)
@@ -64,9 +64,9 @@
NPN_EnumerateProcPtr g_enumerate = NULL;
NPN_PluginThreadAsyncCallProcPtr g_pluginthreadasynccall = NULL;
NPN_ConstructProcPtr g_construct = NULL;
-NPN_GetValueForURLProcPtr g_getvalueforurl = NULL;
-NPN_SetValueForURLProcPtr g_setvalueforurl = NULL;
-NPN_GetAuthenticationInfoProcPtr g_getauthenticationinfo = NULL;
+NPN_GetValueForURLPtr g_getvalueforurl = NULL;
+NPN_SetValueForURLPtr g_setvalueforurl = NULL;
+NPN_GetAuthenticationInfoPtr g_getauthenticationinfo = NULL;
// Must be called prior to calling any of the browser functions below.
void InitializeBrowserFunctions(NPNetscapeFuncs* functions) {
« no previous file with comments | « chrome_frame/np_browser_functions.h ('k') | chrome_frame/np_proxy_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698