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

Unified Diff: chrome/browser/gpu_process_host.h

Issue 3012021: CommandLine: add a CopySwitchesFrom() for copying from another CommandLine (Closed)
Patch Set: minor cleanups Created 10 years, 5 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
« no previous file with comments | « chrome/browser/first_run_win.cc ('k') | chrome/browser/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/first_run_win.cc ('k') | chrome/browser/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698