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

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

Issue 8786005: Move command line processing out of coordinator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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: ppapi/native_client/src/trusted/plugin/plugin.h
===================================================================
--- ppapi/native_client/src/trusted/plugin/plugin.h (revision 114029)
+++ ppapi/native_client/src/trusted/plugin/plugin.h (working copy)
@@ -488,7 +488,7 @@
FileDownloader nexe_downloader_;
pp::CompletionCallbackFactory<Plugin> callback_factory_;
- PnaclCoordinator pnacl_;
+ PnaclCoordinator* pnacl_;
jvoung - send to chromium... 2011/12/13 03:14:33 Does this ever get deleted?
sehr (please use chromium) 2011/12/13 20:05:04 Thanks. Changed to scoped_ptr so that it goes awa
// The manifest dictionary. Used for looking up resources to be loaded.
nacl::scoped_ptr<Manifest> manifest_;
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698