OLD | NEW |
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_COMMON_CHILD_PROCESS_LOGGING_H_ | 5 #ifndef CHROME_COMMON_CHILD_PROCESS_LOGGING_H_ |
6 #define CHROME_COMMON_CHILD_PROCESS_LOGGING_H_ | 6 #define CHROME_COMMON_CHILD_PROCESS_LOGGING_H_ |
7 | 7 |
8 #include "base/basictypes.h" | 8 #include "base/basictypes.h" |
9 #include "googleurl/src/gurl.h" | 9 #include "googleurl/src/gurl.h" |
10 | 10 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 ClearCrashKeyValueFuncPtr clear_key_func); | 46 ClearCrashKeyValueFuncPtr clear_key_func); |
47 | 47 |
48 extern const int kMaxNumCrashURLChunks; | 48 extern const int kMaxNumCrashURLChunks; |
49 extern const int kMaxNumURLChunkValueLength; | 49 extern const int kMaxNumURLChunkValueLength; |
50 extern const char *kUrlChunkFormatStr; | 50 extern const char *kUrlChunkFormatStr; |
51 } // namespace child_process_logging | 51 } // namespace child_process_logging |
52 | 52 |
53 #endif // defined(OS_MACOSX) && __OBJC__ | 53 #endif // defined(OS_MACOSX) && __OBJC__ |
54 | 54 |
55 #endif // CHROME_COMMON_CHILD_PROCESS_LOGGING_H_ | 55 #endif // CHROME_COMMON_CHILD_PROCESS_LOGGING_H_ |
OLD | NEW |