| Index: chrome/gpu/gpu_video_service.cc
 | 
| ===================================================================
 | 
| --- chrome/gpu/gpu_video_service.cc	(revision 70108)
 | 
| +++ chrome/gpu/gpu_video_service.cc	(working copy)
 | 
| @@ -36,12 +36,13 @@
 | 
|    LOG(ERROR) << "GpuVideoService::OnChannelError";
 | 
|  }
 | 
|  
 | 
| -void GpuVideoService::OnMessageReceived(const IPC::Message& msg) {
 | 
| +bool GpuVideoService::OnMessageReceived(const IPC::Message& msg) {
 | 
|  #if 0
 | 
|    IPC_BEGIN_MESSAGE_MAP(GpuVideoService, msg)
 | 
|      IPC_MESSAGE_UNHANDLED_ERROR()
 | 
|    IPC_END_MESSAGE_MAP()
 | 
|  #endif
 | 
| +  return false;
 | 
|  }
 | 
|  
 | 
|  bool GpuVideoService::IntializeGpuVideoService() {
 | 
| 
 |