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

Unified Diff: content/shell/shell_content_browser_client.h

Issue 10949027: Close leaking FDs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed last comments and synced. Created 8 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
« no previous file with comments | « content/public/browser/file_descriptor_info.h ('k') | content/shell/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_content_browser_client.h
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
index 1cf39150d71e20ee64eeb68b35082b194b2c4ebe..0a5ef051cb3ccb6620d825fe25cae90c25edd44c 100644
--- a/content/shell/shell_content_browser_client.h
+++ b/content/shell/shell_content_browser_client.h
@@ -38,7 +38,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
#if defined(OS_ANDROID)
virtual void GetAdditionalMappedFilesForChildProcess(
const CommandLine& command_line,
- base::GlobalDescriptors::Mapping* mappings) OVERRIDE;
+ std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE;
#endif
ShellBrowserContext* browser_context();
« no previous file with comments | « content/public/browser/file_descriptor_info.h ('k') | content/shell/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698