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

Unified Diff: chrome/common/child_process_logging_posix.cc

Issue 9803002: [windows] Make calls to exit(), _exit(), abort(), and ExitProcess() from the renderer process resul… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/child_process_logging_posix.cc
diff --git a/chrome/common/child_process_logging_posix.cc b/chrome/common/child_process_logging_posix.cc
index 2015256fb7529aecd6dbf917e36d46f683499a32..3fe79ab80764a962858e963d9979f4d1c913a692 100644
--- a/chrome/common/child_process_logging_posix.cc
+++ b/chrome/common/child_process_logging_posix.cc
@@ -108,6 +108,10 @@ void SetNumberOfViews(int number_of_views) {
g_num_views[kNumSize - 1] = '\0';
}
+void SetCrashOnExit(bool crash_on_exit) {
+ // TODO(eroman): Implement. See http://crbug.com/118665
+}
+
void SetCommandLine(const CommandLine* command_line) {
const CommandLine::StringVector& argv = command_line->argv();

Powered by Google App Engine
This is Rietveld 408576698