summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 01:46:59 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 01:46:59 +0000
commited578097fa1a348906fdd74ea32bf140c8f75071 (patch)
tree46decb9874a9573f64a3a86893a7dec063fa97fb /chrome/nacl
parentabb4e8e1ecd63ce8d80e7ab514b748c2cbf201b8 (diff)
downloadchromium_src-ed578097fa1a348906fdd74ea32bf140c8f75071.zip
chromium_src-ed578097fa1a348906fdd74ea32bf140c8f75071.tar.gz
chromium_src-ed578097fa1a348906fdd74ea32bf140c8f75071.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@55176 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.