| Index: ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h b/ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h
|
| index 58ccc8521789a19d32c23337aeeac0538d2e0f64..d761a009d6fee1f29e8868746e4273f26b156cbb 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| + * Copyright (c) 2012 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.
|
| */
|
| @@ -23,8 +23,6 @@ int PpapiPluginMain();
|
| void PpapiPluginRegisterThreadCreator(
|
| const struct PP_ThreadFunctions* new_funcs);
|
|
|
| -void PpapiPluginRegisterDefaultThreadCreator();
|
| -
|
| EXTERN_C_END
|
|
|
| #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PPRUNTIME_H_
|
|
|