| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 2f952b43985d38856b6cc104fc168528361b85dc..903b1bea76345727b40a1df8032a99d6387668f5 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1464,12 +1464,6 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| ThreadWatcherList::StartWatchingAll(parsed_command_line());
|
|
|
| #if !defined(DISABLE_NACL)
|
| - if (parsed_command_line().HasSwitch(switches::kPnaclDir)) {
|
| - PathService::Override(chrome::DIR_PNACL_BASE,
|
| - parsed_command_line().GetSwitchValuePath(
|
| - switches::kPnaclDir));
|
| - }
|
| -
|
| content::BrowserThread::PostTask(
|
| content::BrowserThread::IO,
|
| FROM_HERE,
|
|
|