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

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

Issue 9355051: Plumb through cache_identity from manifest for first sketch of pnacl cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix type-check thing found by windows compiler. Created 8 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
Index: ppapi/native_client/src/trusted/plugin/manifest.h
diff --git a/ppapi/native_client/src/trusted/plugin/manifest.h b/ppapi/native_client/src/trusted/plugin/manifest.h
index 18aed651faea17be26b62540fed7e447f368ec98..bce0a19091f72555ef6b73e6149c1993ab593b84 100644
--- a/ppapi/native_client/src/trusted/plugin/manifest.h
+++ b/ppapi/native_client/src/trusted/plugin/manifest.h
@@ -41,6 +41,7 @@ class Manifest {
// manifest file. Sets |pnacl_translate| to |true| if the program is
// requires pnacl translation.
virtual bool GetProgramURL(nacl::string* full_url,
+ nacl::string* cache_identity,
ErrorInfo* error_info,
bool* pnacl_translate) const = 0;
@@ -62,6 +63,7 @@ class Manifest {
// If there was an error, details are reported via error_info.
virtual bool ResolveKey(const nacl::string& key,
nacl::string* full_url,
+ nacl::string* cache_identity,
ErrorInfo* error_info,
bool* pnacl_translate) const = 0;
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/json_manifest.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698