summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 12:56:28 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 12:56:28 +0000
commitaee861165564fe84986e5fb895b82e93c19fa8c9 (patch)
tree1c67dc832c71f77bc344498d66559ed4b7afd63c /chrome/nacl
parent1a82f7376ac4e974f9030358bc1fdf1d9f56a579 (diff)
downloadchromium_src-aee861165564fe84986e5fb895b82e93c19fa8c9.zip
chromium_src-aee861165564fe84986e5fb895b82e93c19fa8c9.tar.gz
chromium_src-aee861165564fe84986e5fb895b82e93c19fa8c9.tar.bz2
[breakpad] remove dependency on content_switches.cc
R=joi@chromium.org, scottmg@chromium.org BUG=none Review URL: https://codereview.chromium.org/104593008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl')
-rw-r--r--chrome/nacl/nacl_exe_win_64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/nacl_exe_win_64.cc b/chrome/nacl/nacl_exe_win_64.cc
index 0b534b4..72be26a 100644
--- a/chrome/nacl/nacl_exe_win_64.cc
+++ b/chrome/nacl/nacl_exe_win_64.cc
@@ -21,7 +21,7 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
CommandLine::Init(0, NULL);
breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer());
- breakpad::InitCrashReporter();
+ breakpad::InitCrashReporter(std::string());
return nacl::NaClWin64Main();
}