diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 23:05:16 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 23:05:16 +0000 |
commit | fcd556a8ecea06935ae89db1102f5368b20d1979 (patch) | |
tree | d7be78971044e7dd12d8b3fec1327e1399e8fd19 /content/browser/gpu/gpu_process_host.cc | |
parent | 486fca987b6cd928aab1e2ae989ae329387b6e8f (diff) | |
download | chromium_src-fcd556a8ecea06935ae89db1102f5368b20d1979.zip chromium_src-fcd556a8ecea06935ae89db1102f5368b20d1979.tar.gz chromium_src-fcd556a8ecea06935ae89db1102f5368b20d1979.tar.bz2 |
Remove --reduce-gpu-sandbox command-line flag.
The sandbox is always set to a reduced level nowadays, so the command-line flag does nothing.
BUG=
Review URL: https://codereview.chromium.org/118553002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_process_host.cc')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index 3d0544d..1682fdd 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -1129,7 +1129,6 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { switches::kGpuSandboxAllowSysVShm, switches::kLoggingLevel, switches::kNoSandbox, - switches::kReduceGpuSandbox, switches::kTestGLLib, switches::kTraceStartup, switches::kV, |