Index: content/common/sandbox_win.cc |
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc |
index 523073863b7c667862146a9fe0d102bcafc3585d..c3587fffed524e9a1a3bac99431e56864e6afb40 100644 |
--- a/content/common/sandbox_win.cc |
+++ b/content/common/sandbox_win.cc |
@@ -12,7 +12,6 @@ |
#include "base/command_line.h" |
#include "base/debug/profiler.h" |
#include "base/files/file_util.h" |
-#include "base/hash.h" |
#include "base/logging.h" |
#include "base/macros.h" |
#include "base/memory/shared_memory.h" |
@@ -681,11 +680,6 @@ base::Process StartSandboxedProcess( |
ProcessDebugFlags(cmd_line); |
- // Prefetch hints on windows: |
- // Using a different prefetch profile per process type will allow Windows |
- // to create separate pretetch settings for browser, renderer etc. |
- cmd_line->AppendArg(base::StringPrintf("/prefetch:%d", base::Hash(type_str))); |
- |
if ((!delegate->ShouldSandbox()) || |
browser_command_line.HasSwitch(switches::kNoSandbox) || |
cmd_line->HasSwitch(switches::kNoSandbox)) { |