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

Unified Diff: chrome/common/chrome_content_client.h

Issue 437503004: Add NaCl support to app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (nacl-init) rebase Created 6 years, 4 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
« no previous file with comments | « chrome/browser/plugins/plugin_prefs.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/plugins/plugin_prefs.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698