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

Unified Diff: gin/v8_initializer.h

Issue 2075283003: Remove natives_blob.bin's arch dependence. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: 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

Powered by Google App Engine
This is Rietveld 408576698