diff options
author | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 02:41:09 +0000 |
---|---|---|
committer | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 02:41:09 +0000 |
commit | 6407f289f81ac09476e66c59fc4887eb46112981 (patch) | |
tree | 290db44c6c93d900582fdd5cee40d210defc6f8e /ppapi/c/ppp.h | |
parent | 0c534273b9592e78a0e5392449814c13a1e3285c (diff) | |
download | chromium_src-6407f289f81ac09476e66c59fc4887eb46112981.zip chromium_src-6407f289f81ac09476e66c59fc4887eb46112981.tar.gz chromium_src-6407f289f81ac09476e66c59fc4887eb46112981.tar.bz2 |
Added ppp_broker.h and parameterized PpapiThread to support the broker process.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6813071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppp.h')
-rw-r--r-- | ppapi/c/ppp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/c/ppp.h b/ppapi/c/ppp.h index 2a8f182..d901dc5 100644 --- a/ppapi/c/ppp.h +++ b/ppapi/c/ppp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium Authors. All rights reserved. +/* 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. */ @@ -60,7 +60,6 @@ PP_EXPORT int32_t PPP_InitializeModule(PP_Module module, */ /** PPP_ShutdownModule() is called before the Native Client module is unloaded. - * Your code must implement this function. */ PP_EXPORT void PPP_ShutdownModule(); /** @@ -97,4 +96,3 @@ PP_EXPORT const void* PPP_GetInterface(const char* interface_name); #endif #endif /* PPAPI_C_PPP_H_ */ - |