| Index: gin/v8_initializer.h
|
| diff --git a/gin/v8_initializer.h b/gin/v8_initializer.h
|
| index 4c0348048127c16b0fd3bd8ce317688926623801..7d16c3eb6d940e39d2ba9ad5b1f4ba22eddb753a 100644
|
| --- a/gin/v8_initializer.h
|
| +++ b/gin/v8_initializer.h
|
| @@ -67,14 +67,11 @@ class GIN_EXPORT V8Initializer {
|
| base::MemoryMappedFile::Region* region_out);
|
|
|
| #if defined(OS_ANDROID)
|
| - static base::PlatformFile GetOpenNativesFileForChildProcesses(
|
| - base::MemoryMappedFile::Region* region_out,
|
| - bool abi_32_bit);
|
| static base::PlatformFile GetOpenSnapshotFileForChildProcesses(
|
| base::MemoryMappedFile::Region* region_out,
|
| bool abi_32_bit);
|
|
|
| - static base::FilePath GetNativesFilePath(bool abi_32_bit);
|
| + static base::FilePath GetNativesFilePath();
|
| static base::FilePath GetSnapshotFilePath(bool abi_32_bit);
|
| #endif
|
|
|
|
|