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

Unified Diff: chrome/browser/ui/webui/nacl_ui.cc

Issue 19079002: Enable pnacl by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: chrome/browser/ui/webui/nacl_ui.cc
diff --git a/chrome/browser/ui/webui/nacl_ui.cc b/chrome/browser/ui/webui/nacl_ui.cc
index 744d9cf99a4b2ea47329bcf8caa4eeb429defe87..324b5e4d939fd47f39903b9f80bfdfc82b9f1113 100644
--- a/chrome/browser/ui/webui/nacl_ui.cc
+++ b/chrome/browser/ui/webui/nacl_ui.cc
@@ -338,7 +338,7 @@ void NaClDomHandler::PopulatePageInformation(DictionaryValue* naclInfo) {
pnacl_path.DirName().DirName().BaseName().LossyDisplayName());
}
- ListFlagStatus(list.get(), "Flag '--enable-pnacl'", switches::kEnablePnacl);
+ ListFlagStatus(list.get(), "Flag '--disable-pnacl'", switches::kDisablePnacl);
jvoung (off chromium) 2013/07/18 17:01:00 Might be more readable if this directly told the d
sehr 2013/07/22 23:06:50 Done.
// naclInfo will take ownership of list, and clean it up on destruction.
naclInfo->Set("naclInfo", list.release());
}

Powered by Google App Engine
This is Rietveld 408576698