Android: update declaration of ShellContentBrowserClient::GetAdditionalMappedFilesForChildProcess
After r163917, this function didn't match the function in the base class,
which means it didn't override anything, and thus broke the Clang build.
BUG=none
TBR=jcivelli
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11275034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164036 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc
index c455fa9..067591b 100644
--- a/content/shell/shell_content_browser_client.cc
+++ b/content/shell/shell_content_browser_client.cc
@@ -88,6 +88,7 @@
#if defined(OS_ANDROID)
void ShellContentBrowserClient::GetAdditionalMappedFilesForChildProcess(
const CommandLine& command_line,
+ int child_process_id,
std::vector<content::FileDescriptorInfo>* mappings) {
int flags = base::PLATFORM_FILE_OPEN | base::PLATFORM_FILE_READ;
FilePath pak_file;