summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_content_client_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_content_client_constants.cc')
-rw-r--r--chrome/common/chrome_content_client_constants.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/chrome_content_client_constants.cc b/chrome/common/chrome_content_client_constants.cc
index aeda534..f0a59f8 100644
--- a/chrome/common/chrome_content_client_constants.cc
+++ b/chrome/common/chrome_content_client_constants.cc
@@ -4,6 +4,12 @@
#include "chrome/common/chrome_content_client.h"
+#if defined(GOOGLE_CHROME_BUILD)
const char* const ChromeContentClient::kPDFPluginName = "Chrome PDF Viewer";
+#else
+const char* const ChromeContentClient::kPDFPluginName = "Chromium PDF Viewer";
+#endif
+const char* const ChromeContentClient::kPDFPluginPath =
+ "internal-pdf-viewer";
const char* const ChromeContentClient::kRemotingViewerPluginPath =
"internal-remoting-viewer";