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

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_resources.cc

Issue 10377157: Refactor Pnacl coordinator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: ppapi/native_client/src/trusted/plugin/pnacl_resources.cc
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc b/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc
index 00532514d6a6eb98ba65e2f58613cf65cdc7c602..98d3f286a205fe80daf7f6773eff21001d319b0d 100644
--- a/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc
@@ -16,6 +16,11 @@
namespace plugin {
+const nacl::string PnaclUrls::kExtensionOrigin =
+ nacl::string("chrome-extension://gcodniebolpnpaiggndmcmmfpldlknih/");
+const nacl::string PnaclUrls::kLlcUrl = nacl::string("llc");
+const nacl::string PnaclUrls::kLdUrl = nacl::string("ld");
+
PnaclResources::~PnaclResources() {
for (std::map<nacl::string, nacl::DescWrapper*>::iterator
i = resource_wrappers_.begin(), e = resource_wrappers_.end();

Powered by Google App Engine
This is Rietveld 408576698