| Index: trunk/src/ppapi/native_client/src/trusted/plugin/plugin.h
|
| ===================================================================
|
| --- trunk/src/ppapi/native_client/src/trusted/plugin/plugin.h (revision 205338)
|
| +++ trunk/src/ppapi/native_client/src/trusted/plugin/plugin.h (working copy)
|
| @@ -281,8 +281,6 @@
|
| 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_; }
|
|
|
|
|