Index: chrome/app/chrome_watcher_command_line_win.cc |
diff --git a/chrome/app/chrome_watcher_command_line_win.cc b/chrome/app/chrome_watcher_command_line_win.cc |
index 9c8106b3fdba1cad2624370138d0ade95d39bedc..907a7806ab01c81c3612a8fc09aaa1b6d3380e23 100644 |
--- a/chrome/app/chrome_watcher_command_line_win.cc |
+++ b/chrome/app/chrome_watcher_command_line_win.cc |
@@ -15,6 +15,7 @@ |
#include "base/strings/stringprintf.h" |
#include "base/win/win_util.h" |
#include "chrome/common/chrome_switches.h" |
+#include "chrome/common/prefetch_argument_win.h" |
#include "content/public/common/content_switches.h" |
namespace { |
@@ -149,6 +150,7 @@ base::CommandLine GenerateChromeWatcherCommandLine( |
base::CommandLine command_line(chrome_exe); |
command_line.AppendSwitchASCII(switches::kProcessType, |
switches::kWatcherProcess); |
+ chrome::AddWindowsPrefetchArgument(&command_line); |
command_line.AppendSwitchASCII(kMainThreadIdSwitch, |
base::UintToString(main_thread_id)); |
AppendHandleSwitch(kOnIninitializedEventHandleSwitch, on_initialized_event, |