From 872caf56ebb67c01a01d0c8c612e171fd4332624 Mon Sep 17 00:00:00 2001 From: "dmichael@chromium.org" Date: Wed, 7 Dec 2011 22:50:43 +0000 Subject: Remove PP_Module from parameters for PPB_Var.VarFromUtf8. This change has tendrils stretching throughout the code, but mostly this lets us delete a bunch of stuff. This also does a slight refactor to put the PPB_Var implementations in 1 place, since they were already practically identical, and I didn't want to do the backwards-compat code in 2 places. BUG=106596 TEST=N/A TBR=darin,tony darin,tony TBR for rubber-stamp of webkit/glue/webkit_glue.gypi Review URL: http://codereview.chromium.org/8826011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113491 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/proxy/ppb_var_proxy.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 ppapi/proxy/ppb_var_proxy.h (limited to 'ppapi/proxy/ppb_var_proxy.h') diff --git a/ppapi/proxy/ppb_var_proxy.h b/ppapi/proxy/ppb_var_proxy.h deleted file mode 100644 index 465042b9..0000000 --- a/ppapi/proxy/ppb_var_proxy.h +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright (c) 2011 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 PPAPI_PPB_VAR_PROXY_H_ -#define PPAPI_PPB_VAR_PROXY_H_ - -#include "ppapi/proxy/ppapi_proxy_export.h" -#include "ppapi/proxy/interface_proxy.h" - -struct PPB_Var; - -namespace ppapi { -namespace proxy { - -// Returns a pointer to the plugin-specific implementation of PPB_Var. -// There is no proxy object since this is implemented entirely in-process. -PPAPI_PROXY_EXPORT const PPB_Var* GetPPB_Var_Interface(); - -} // namespace proxy -} // namespace ppapi - -#endif // PPAPI_PPB_VAR_PROXY_H_ -- cgit v1.1