Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: chrome\common\child_process_logging.h

Issue 155238: Add the page url to plugin crashes to aid debugging. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.cc ('k') | chrome\common\child_process_logging_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698