| Index: content/browser/android/surface_texture_peer_browser_impl.h
|
| diff --git a/content/browser/android/surface_texture_peer_browser_impl.h b/content/browser/android/surface_texture_peer_browser_impl.h
|
| index 9dd1c59d992bb41676cb8b545ef24a2371482f56..75e00a03afa35961fb3503c855108dae0e6abc9f 100644
|
| --- a/content/browser/android/surface_texture_peer_browser_impl.h
|
| +++ b/content/browser/android/surface_texture_peer_browser_impl.h
|
| @@ -17,7 +17,7 @@ class SurfaceTexturePeerBrowserImpl : public SurfaceTexturePeer {
|
| // Construct a SurfaceTexturePeerBrowserImpl object. If
|
| // |player_in_render_process| is true, calling EstablishSurfaceTexturePeer()
|
| // will send the java surface texture object to the render process through
|
| - // SandboxedProcessService. Otherwise, it will pass the surface texture
|
| + // ChildProcessService. Otherwise, it will pass the surface texture
|
| // to the MediaPlayerBridge object in the browser process.
|
| explicit SurfaceTexturePeerBrowserImpl(bool player_in_render_process);
|
| virtual ~SurfaceTexturePeerBrowserImpl();
|
|
|