| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 4ed7f2c7a43a4cb2d5c460757d5faee45cf753b3..3b8fae0465a3aeacd612e91233d219965e91ebb3 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -300,6 +300,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
|
|
| // Browser-side Mojo endpoint which sets up a Mojo channel with the child
|
| // process and contains the browser's ServiceRegistry.
|
| + const std::string child_token_;
|
| std::unique_ptr<MojoApplicationHost> mojo_application_host_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GpuProcessHost);
|
|
|