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

Unified Diff: content/public/browser/file_descriptor_info.h

Issue 11189068: Changing minidump process generation to be in-process on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved patch description. Created 8 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: content/public/browser/file_descriptor_info.h
diff --git a/content/public/browser/file_descriptor_info.h b/content/public/browser/file_descriptor_info.h
index 2248eb690f1b942aac9a4901f86ed6e825d65403..afe669d90884dc44eb5056bc37d63c6cca7d6b4f 100644
--- a/content/public/browser/file_descriptor_info.h
+++ b/content/public/browser/file_descriptor_info.h
@@ -24,6 +24,8 @@ struct FileDescriptorInfo {
base::FileDescriptor fd;
};
+typedef std::vector<FileDescriptorInfo> FDInfoList;
jam 2012/10/19 16:39:17 nit: this is personal style, but it seems unnecess
Jay Civelli 2012/10/22 22:09:48 Done.
+
}
#endif // CONTENT_PUBLIC_BROWSER_FILE_DESCRIPTOR_INFO_H_

Powered by Google App Engine
This is Rietveld 408576698