Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3807)

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 189853002: Remove --pnacl-dir override flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698