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

Unified Diff: chrome/common/child_process_logging_linux.cc

Issue 7866033: [Windows] Include the about:flags experiments in crash reports. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix merge conflict (browser_main.cc was deleted) Created 9 years, 3 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_linux.cc
===================================================================
--- chrome/common/child_process_logging_linux.cc (revision 100642)
+++ chrome/common/child_process_logging_linux.cc (working copy)
@@ -78,4 +78,8 @@
// TODO(port)
}
+void SetCommandLineFromCurrent() {
+ // TODO: http://crbug.com/60993
Nico 2011/09/13 23:04:41 NOTIMPLEMENTED()?
eroman 2011/09/13 23:27:32 Done.
+}
+
} // namespace child_process_logging

Powered by Google App Engine
This is Rietveld 408576698