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

Unified Diff: gin/public/isolate_holder.h

Issue 705623002: Initialize V8 in PDFium from external files (in-renderer process only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/public/isolate_holder.h
diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h
index 4e14ade3fd45cab820fb7ddc464a99dd78b5a56b..6378e39068d7865a16db54e3506170b6a3e374cc 100644
--- a/gin/public/isolate_holder.h
+++ b/gin/public/isolate_holder.h
@@ -56,6 +56,12 @@ class GIN_EXPORT IsolateHolder {
static bool LoadV8SnapshotFD(int natives_fd, int snapshot_fd);
#endif
static bool LoadV8Snapshot();
+#ifndef OS_ANDROID
+ static const char* GetV8NativesData();
+ static const char* GetV8SnapshotData();
+ static int GetV8NativesSize();
+ static int GetV8SnapshotSize();
+#endif // OS_ANDROID
#endif // V8_USE_EXTERNAL_STARTUP_DATA
private:

Powered by Google App Engine
This is Rietveld 408576698