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

Unified Diff: chrome/common/chrome_content_client_constants.cc

Issue 437503004: Add NaCl support to app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (nacl-init) cleanup 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
Index: chrome/common/chrome_content_client_constants.cc
diff --git a/chrome/common/chrome_content_client_constants.cc b/chrome/common/chrome_content_client_constants.cc
index a577c09e7c1546936ad7077fc9ee6abd7a042bc0..aeda5340e33fb6103834c001ee455f9e1b9ff71d 100644
--- a/chrome/common/chrome_content_client_constants.cc
+++ b/chrome/common/chrome_content_client_constants.cc
@@ -5,7 +5,5 @@
#include "chrome/common/chrome_content_client.h"
const char* const ChromeContentClient::kPDFPluginName = "Chrome PDF Viewer";
-const char* const ChromeContentClient::kNaClPluginName = "Native Client";
-const char* const ChromeContentClient::kNaClOldPluginName = "Chrome NaCl";
James Cook 2014/08/12 18:17:06 This is unused.
teravest 2014/08/12 19:57:12 Acknowledged.
const char* const ChromeContentClient::kRemotingViewerPluginPath =
"internal-remoting-viewer";

Powered by Google App Engine
This is Rietveld 408576698