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

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: Fixing android build error 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 ce96d2c6bee6cecf4a199e382fe7c06cbf55c2fd..8753de0dce22714068cdf526c76bb2fd2c9604c6 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -81,7 +81,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