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

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

Issue 16296005: Split pnacl and nacl mime types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After (hopefully) last rebase. Created 7 years, 6 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 | « chrome/test/nacl/nacl_browsertest_util.cc ('k') | ppapi/native_client/src/trusted/plugin/json_manifest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/json_manifest.h
diff --git a/ppapi/native_client/src/trusted/plugin/json_manifest.h b/ppapi/native_client/src/trusted/plugin/json_manifest.h
index e2e4fbccd651a35cf01e03c314e15351de99f679..102d055f3fc262653b30039d6fa264789098d994 100644
--- a/ppapi/native_client/src/trusted/plugin/json_manifest.h
+++ b/ppapi/native_client/src/trusted/plugin/json_manifest.h
@@ -31,12 +31,10 @@ class JsonManifest : public Manifest {
public:
JsonManifest(const pp::URLUtil_Dev* url_util,
const nacl::string& manifest_base_url,
- const nacl::string& sandbox_isa,
- bool prefer_portable)
+ const nacl::string& sandbox_isa)
: url_util_(url_util),
manifest_base_url_(manifest_base_url),
sandbox_isa_(sandbox_isa),
- prefer_portable_(prefer_portable),
dictionary_(Json::nullValue) { }
virtual ~JsonManifest() { }
@@ -81,9 +79,6 @@ class JsonManifest : public Manifest {
const pp::URLUtil_Dev* url_util_;
nacl::string manifest_base_url_;
nacl::string sandbox_isa_;
- // Determines whether portable programs are chosen in manifest files over
- // native programs.
- bool prefer_portable_;
Json::Value dictionary_;
};
« no previous file with comments | « chrome/test/nacl/nacl_browsertest_util.cc ('k') | ppapi/native_client/src/trusted/plugin/json_manifest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698