| Index: chrome/app/main_dll_loader_win.cc
|
| diff --git a/chrome/app/main_dll_loader_win.cc b/chrome/app/main_dll_loader_win.cc
|
| index a6036e831bf71c1cef8812dbfebeb278bad78391..16f41e1f55702bf3d6c19e4dccd8b66265ef2214 100644
|
| --- a/chrome/app/main_dll_loader_win.cc
|
| +++ b/chrome/app/main_dll_loader_win.cc
|
| @@ -25,7 +25,6 @@
|
| #include "base/win/metro.h"
|
| #include "base/win/scoped_handle.h"
|
| #include "base/win/windows_version.h"
|
| -#include "chrome/app/chrome_crash_reporter_client.h"
|
| #include "chrome/app/chrome_watcher_client_win.h"
|
| #include "chrome/app/chrome_watcher_command_line_win.h"
|
| #include "chrome/app/file_pre_reader_win.h"
|
| @@ -170,8 +169,6 @@ int MainDllLoader::Launch(HINSTANCE instance) {
|
| }
|
|
|
| if (process_type_ == "watcher") {
|
| - chrome::RegisterPathProvider();
|
| -
|
| base::win::ScopedHandle parent_process;
|
| base::win::ScopedHandle on_initialized_event;
|
| DWORD main_thread_id = 0;
|
|
|