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

Unified Diff: trunk/src/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h

Issue 264143002: Revert 268250 "Pepper: Move manifest logic to components/nacl." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
===================================================================
--- trunk/src/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h (revision 268257)
+++ trunk/src/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h (working copy)
@@ -27,6 +27,7 @@
namespace plugin {
+class Manifest;
class Plugin;
class PnaclCoordinator;
class PnaclTranslateThread;
@@ -203,7 +204,7 @@
// The manifest used by resource loading and ld + llc's reverse service
// to look up objects and libraries.
- int32_t manifest_id_;
+ nacl::scoped_ptr<const Manifest> manifest_;
// An auxiliary class that manages downloaded resources (llc and ld nexes).
nacl::scoped_ptr<PnaclResources> resources_;

Powered by Google App Engine
This is Rietveld 408576698