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

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

Issue 15709012: Revert 205329 "Split pnacl and nacl mime types" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
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_; }

Powered by Google App Engine
This is Rietveld 408576698