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

Unified Diff: components/minidump_uploader/README.md

Issue 2394763004: Componentize parts of minidump uploading for use from WebView. (Closed)
Patch Set: Added README file to new component. Created 4 years, 2 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: components/minidump_uploader/README.md
diff --git a/components/minidump_uploader/README.md b/components/minidump_uploader/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..882c12c8e319e89744b43bf77b016b34de5422f4
--- /dev/null
+++ b/components/minidump_uploader/README.md
@@ -0,0 +1,5 @@
+# Minidump Uploader
+
+The minidump\_uploader component provides functionality for uploading
Ilya Sherman 2016/10/10 23:55:27 nit: Probably remove the backslash on this line --
gsennton 2016/10/11 08:27:57 Done (my editor is highlighting underscores in an
+minidumps. Minidumps are created during crashes and provide information
+that is useful when debugging.
Maria 2016/10/11 04:15:11 Slight rewording suggestion: The minidump_uploader
gsennton 2016/10/11 08:27:57 Done.

Powered by Google App Engine
This is Rietveld 408576698