summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 21:15:34 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 21:15:34 +0000
commitdee7c0509d0e98d1210725aad2ce6e5153780592 (patch)
tree2408eb938674cde03bffb69350171980222d1584 /chrome/nacl
parentf756abf74be7ce47d482f9760eacb608c9f0e121 (diff)
downloadchromium_src-dee7c0509d0e98d1210725aad2ce6e5153780592.zip
chromium_src-dee7c0509d0e98d1210725aad2ce6e5153780592.tar.gz
chromium_src-dee7c0509d0e98d1210725aad2ce6e5153780592.tar.bz2
Remove GetSwitchValue() from chrome/* where easy.
Review URL: http://codereview.chromium.org/3057033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl')
-rw-r--r--chrome/nacl/nacl_main_platform_delegate_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/nacl_main_platform_delegate_win.cc b/chrome/nacl/nacl_main_platform_delegate_win.cc
index df01489..3cf140ca 100644
--- a/chrome/nacl/nacl_main_platform_delegate_win.cc
+++ b/chrome/nacl/nacl_main_platform_delegate_win.cc
@@ -34,7 +34,7 @@ void NaClMainPlatformDelegate::InitSandboxTests(bool no_sandbox) {
if (target_services && !no_sandbox) {
std::wstring test_dll_name =
- command_line.GetSwitchValue(switches::kTestNaClSandbox);
+ command_line.GetSwitchValueNative(switches::kTestNaClSandbox);
if (!test_dll_name.empty()) {
// At this point, hack on the suffix according to with bitness
// of your windows process.