| Index: ppapi/proxy/ppb_fullscreen_proxy.h
|
| diff --git a/ppapi/proxy/ppb_fullscreen_proxy.h b/ppapi/proxy/ppb_fullscreen_proxy.h
|
| index 0efc189f2e76b7297f3024aa36cce070c8dc1e2e..4bb66f40536d3d28bad9bbd05020b5eab0d37be8 100644
|
| --- a/ppapi/proxy/ppb_fullscreen_proxy.h
|
| +++ b/ppapi/proxy/ppb_fullscreen_proxy.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.
|
|
|
| @@ -32,8 +32,6 @@ class PPB_Fullscreen_Proxy : public InterfaceProxy {
|
|
|
| private:
|
| // Message handlers.
|
| - void OnMsgIsFullscreen(PP_Instance instance,
|
| - PP_Bool* result);
|
| void OnMsgSetFullscreen(PP_Instance instance,
|
| PP_Bool fullscreen,
|
| PP_Bool* result);
|
|
|