Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 6a0e22d2306bf12737e7ce8c6a1c170f52df7a34..0faeaf5e9310c1d5eec438f036b4c45cf7c23dee 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -720,9 +720,7 @@ void ChromeMainDelegate::PreSandboxStartup() { |
kAndroidLocalePakDescriptor); |
CHECK(locale_pak_fd != -1); |
ResourceBundle::InitSharedInstanceWithPakFileRegion( |
- base::File(locale_pak_fd), |
- base::MemoryMappedFile::Region::kWholeFile, |
- false); |
+ base::File(locale_pak_fd), base::MemoryMappedFile::Region::kWholeFile); |
int extra_pak_keys[] = { |
kAndroidChrome100PercentPakDescriptor, |