commit | fe69aa149a0f3f024e76ebd44b3ac450d9e39288 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Feb 01 03:37:27 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Feb 01 03:37:27 2013 |
tree | 33e75e557c0b74c5240d5e9d59dddac22f37bb08 | |
parent | fa8daeb6036e44f07f7c62b18cff112c3c4bff21 [diff] [blame] |
Split DumpWithoutCrashing() into a separate file This will allow nacl_helper to link against breakpad_linux.cc (which calls SetDumpWithoutCrashingFunction()) without pulling in the rest of logging_chrome.cc, which depends on logging code generated for all IPC messages which we don't want to pull into nacl_helper. BUG=https://code.google.com/p/nativeclient/issues/detail?id=2096 TEST=build Review URL: https://chromiumcodereview.appspot.com/12090096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180057 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/metrics/thread_watcher.cc b/chrome/browser/metrics/thread_watcher.cc index 8b75c3f..069e033 100644 --- a/chrome/browser/metrics/thread_watcher.cc +++ b/chrome/browser/metrics/thread_watcher.cc
@@ -18,6 +18,7 @@ #include "chrome/browser/metrics/metrics_service.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_version_info.h" +#include "chrome/common/dump_without_crashing.h" #include "chrome/common/logging_chrome.h" #if defined(OS_WIN)