Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1529)

Unified Diff: content/browser/android/surface_texture_peer_browser_impl.h

Issue 12321131: Renamed Sandboxed process to Child process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaesed and removed stub SandboxedProcessService Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 06c97bcc82f8f44df9bf76f396b015f3cec61c3c..5ebe141e22db7db53224de0cbb10cf1783f539ae 100644
--- a/content/browser/android/surface_texture_peer_browser_impl.h
+++ b/content/browser/android/surface_texture_peer_browser_impl.h
@@ -16,7 +16,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.
SurfaceTexturePeerBrowserImpl();
virtual ~SurfaceTexturePeerBrowserImpl();

Powered by Google App Engine
This is Rietveld 408576698