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

Unified Diff: content/gpu/gpu_main.cc

Issue 10388063: Disable Chrome OS seccomp filter GPU sandbox. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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/gpu/gpu_main.cc
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index 816bb3916f9b26976ab98a951e6f29f722e1ad58..abf29bd5a46c40ff28e9f40d6ddd1e060e3a6e68 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -103,10 +103,6 @@ int GpuMain(const content::MainFunctionParams& parameters) {
// platforms.
(void) base::RandUint64();
-#if defined(OS_LINUX)
- content::InitializeSandbox();
-#endif
jln (very slow on Chromium) 2012/05/10 03:16:39 I would also leave that as is
Jorge Lucangeli Obes 2012/05/10 03:38:34 Done.
-
base::win::ScopedCOMInitializer com_initializer;
#if defined(OS_WIN)
« content/common/sandbox_init_linux.cc ('K') | « content/common/sandbox_init_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698