diff options
Diffstat (limited to 'chrome/app/breakpad_linux_stub.cc')
-rw-r--r-- | chrome/app/breakpad_linux_stub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/breakpad_linux_stub.cc b/chrome/app/breakpad_linux_stub.cc index ee99606..05c0166 100644 --- a/chrome/app/breakpad_linux_stub.cc +++ b/chrome/app/breakpad_linux_stub.cc @@ -5,5 +5,5 @@ // This is a stub file which is compiled in when we are building without // breakpad support. -void EnableCrashDumping() { +void InitCrashReporter() { } |