| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 6f4f7a3a86f6549b3e1d43b090693724069f3138..75286cc2d3c9065831aba8ffd88b5308d383bd6a 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -519,6 +519,7 @@ bool ChromeMainDelegate::BasicStartupComplete(int* exit_code) {
|
| base::debug::InstallHandleHooks();
|
| else
|
| base::win::DisableHandleVerifier();
|
| +
|
| #endif
|
|
|
| chrome::RegisterPathProvider();
|
|
|