| Index: chrome/browser/gpu_process_host.h
|
| diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h
|
| index 662bae8ff7ef4d71a8ff79063581d4fcd2d11851..c81b565a8bcf303c038b89f7e4c27f902ac2e103 100644
|
| --- a/chrome/browser/gpu_process_host.h
|
| +++ b/chrome/browser/gpu_process_host.h
|
| @@ -92,12 +92,6 @@ class GpuProcessHost : public BrowserChildProcessHost {
|
| void ReplyToRenderer(const IPC::ChannelHandle& channel,
|
| ResourceMessageFilter* filter);
|
|
|
| - // Copies applicable command line switches from the given |browser_cmd| line
|
| - // flags to the output |gpu_cmd| line flags. Not all switches will be
|
| - // copied over.
|
| - void PropagateBrowserCommandLineToGpu(const CommandLine& browser_cmd,
|
| - CommandLine* gpu_cmd) const;
|
| -
|
| // ResourceDispatcherHost::Receiver implementation:
|
| virtual URLRequestContext* GetRequestContext(
|
| uint32 request_id,
|
|
|