| Index: ppapi/native_client/src/trusted/plugin/plugin.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| index eecddc64607c929da5b38bfde708bdb6cb2669b8..9368697a0fedc914640d35f408c334af0b532931 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -281,6 +281,8 @@ class Plugin : public pp::InstancePrivate {
|
| const nacl::string& mime_type() const { return mime_type_; }
|
| // The default MIME type for the NaCl plugin.
|
| static const char* const kNaClMIMEType;
|
| + // The MIME type for the plugin when using PNaCl.
|
| + static const char* const kPnaclMIMEType;
|
| // Returns true if PPAPI Dev interfaces should be allowed.
|
| bool enable_dev_interfaces() { return enable_dev_interfaces_; }
|
|
|
|
|