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

Unified Diff: content/public/common/content_descriptors.h

Issue 1681003003: Revert of Pass both 32 and 64 bit snapshot and natives fds to child processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | gin/v8_initializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_descriptors.h
diff --git a/content/public/common/content_descriptors.h b/content/public/common/content_descriptors.h
index ba076898a58d8609cbb20a8e8e4b63f8705adbc3..17d160e309855b780b61e939847004c1e1964302 100644
--- a/content/public/common/content_descriptors.h
+++ b/content/public/common/content_descriptors.h
@@ -15,15 +15,8 @@
kSandboxIPCChannel, // http://code.google.com/p/chromium/LinuxSandboxIPC
#if defined(V8_USE_EXTERNAL_STARTUP_DATA)
-#if defined(OS_ANDROID)
- kV8NativesDataDescriptor32,
- kV8SnapshotDataDescriptor32,
- kV8NativesDataDescriptor64,
- kV8SnapshotDataDescriptor64,
-#else
kV8NativesDataDescriptor,
kV8SnapshotDataDescriptor,
-#endif
#endif
#if defined(OS_ANDROID)
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | gin/v8_initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698