| Index: ppapi/native_client/src/trusted/plugin/pnacl_options.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_options.h b/ppapi/native_client/src/trusted/plugin/pnacl_options.h
|
| index 55bbbb992c15d72f0f9b7377e0a7f3fcf508ef6b..3ddfbb009f6d48fd51f70fbb42df13663980c5ee 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_options.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_options.h
|
| @@ -26,6 +26,9 @@ class PnaclOptions {
|
| // as well as the commandline options).
|
| nacl::string GetCacheKey();
|
|
|
| + // Return just the bitcode hash.
|
| + nacl::string GetBitcodeHash() { return bitcode_hash_; }
|
| +
|
| // Return true if the manifest did not specify any special options
|
| // (just using the default).
|
| bool HasDefaultOpts() {
|
|
|