diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-06 20:58:56 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-06 20:58:56 +0000 |
commit | 1a63a2aca6711da6be0fc539a4f0511ad496b2a0 (patch) | |
tree | d5b4ec6d548177f5212daf438a238865d388ea0f /content/content_common.gypi | |
parent | ad407a0d3552faa14c837a81d89ab8a3d4f9054c (diff) | |
download | chromium_src-1a63a2aca6711da6be0fc539a4f0511ad496b2a0.zip chromium_src-1a63a2aca6711da6be0fc539a4f0511ad496b2a0.tar.gz chromium_src-1a63a2aca6711da6be0fc539a4f0511ad496b2a0.tar.bz2 |
Revert 155122 - Code to collect issue 97285 debugging info for crash reports.
[TPM is suspicious of Windows renderer crash rate. Seems impossible,
but who knows?]
It is useful to record breakpad keys for debugging, which is not
applicable to multi-process bugs. This adds infrastructure to allow
collection of information across processes.
Also, fix so that GetPluginChannelHost() can successfully fail without
crashing.
BUG=97285,141055
Review URL: https://chromiumcodereview.appspot.com/10908078
TBR=shess@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10908130
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 937c663..c994b55 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -40,7 +40,6 @@ 'public/common/compositor_util.h', 'public/common/content_constants.cc', 'public/common/content_constants.h', - 'public/common/content_debug_logging.h', 'public/common/content_descriptors.h', 'public/common/content_paths.h', 'public/common/content_restriction.h', @@ -152,7 +151,6 @@ 'common/compositor_util.cc', 'common/content_constants_internal.cc', 'common/content_constants_internal.h', - 'common/content_debug_logging.cc', 'common/content_export.h', 'common/content_message_generator.cc', 'common/content_message_generator.h', |