Index: chrome/common/chrome_content_client.h |
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h |
index a2768fbc054be66be751256b01e134f434c2e720..8424d87885fd3844322941c40fa6a1893685c1f8 100644 |
--- a/chrome/common/chrome_content_client.h |
+++ b/chrome/common/chrome_content_client.h |
@@ -18,8 +18,6 @@ std::string GetUserAgent(); |
class ChromeContentClient : public content::ContentClient { |
public: |
static const char* const kPDFPluginName; |
- static const char* const kNaClPluginName; |
- static const char* const kNaClOldPluginName; |
static const char* const kRemotingViewerPluginPath; |
virtual void SetActiveURL(const GURL& url) OVERRIDE; |