summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_logging.h
diff options
context:
space:
mode:
authorjabdelmalek@google.com <jabdelmalek@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-09 01:55:43 +0000
committerjabdelmalek@google.com <jabdelmalek@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-09 01:55:43 +0000
commit35941fdf7a367e4a20778dfe89ec397b36ce301d (patch)
treef8b0598cdbfd8c53f9896b77b899081b0ad68508 /chrome/common/child_process_logging.h
parentf30f04cb5fd0d2108ddca89e311937fbe45cfa09 (diff)
downloadchromium_src-35941fdf7a367e4a20778dfe89ec397b36ce301d.zip
chromium_src-35941fdf7a367e4a20778dfe89ec397b36ce301d.tar.gz
chromium_src-35941fdf7a367e4a20778dfe89ec397b36ce301d.tar.bz2
Renable sending page urls in renderer crashes on Mac.
Review URL: http://codereview.chromium.org/149370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging.h')
-rw-r--r--chrome/common/child_process_logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h
index 43b34d2..7d1f16f 100644
--- a/chrome/common/child_process_logging.h
+++ b/chrome/common/child_process_logging.h
@@ -33,7 +33,6 @@ class ScopedActiveURLSetter {
} // namespace child_process_logging
#if defined(OS_MACOSX) && __OBJC__
-// Exported for testing purposes.
@class NSString;
@@ -41,6 +40,8 @@ typedef void (*SetCrashKeyValueFuncPtr)(NSString*, NSString*);
typedef void (*ClearCrashKeyValueFuncPtr)(NSString*);
namespace child_process_logging {
+void SetCrashKeyFunctions(SetCrashKeyValueFuncPtr set_key_func,
+ ClearCrashKeyValueFuncPtr clear_key_func);
void SetActiveURLImpl(const GURL& url,
SetCrashKeyValueFuncPtr set_key_func,
ClearCrashKeyValueFuncPtr clear_key_func);