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

Unified Diff: content/shell/browser/shell_content_browser_client.h

Issue 585203002: Turn FileDescriptorInfo a collection class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: content/shell/browser/shell_content_browser_client.h
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
index fbc7e25cac075ffca8bb670db024eefa41bec788..e9e84c7c1756f69647d42b5eb0477dc1a29245ba 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -80,7 +80,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
virtual void GetAdditionalMappedFilesForChildProcess(
const base::CommandLine& command_line,
int child_process_id,
- std::vector<FileDescriptorInfo>* mappings) OVERRIDE;
+ FileDescriptorInfo* mappings) OVERRIDE;
#endif
#if defined(OS_WIN)
virtual void PreSpawnRenderer(sandbox::TargetPolicy* policy,

Powered by Google App Engine
This is Rietveld 408576698