| 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 d1deed91ace5d596abb2505c3cd793cea0ecdcaa..a577c09e7c1546936ad7077fc9ee6abd7a042bc0 100644
|
| --- a/chrome/common/chrome_content_client_constants.cc
|
| +++ b/chrome/common/chrome_content_client_constants.cc
|
| @@ -4,12 +4,8 @@
|
|
|
| #include "chrome/common/chrome_content_client.h"
|
|
|
| -namespace chrome {
|
| -
|
| const char* const ChromeContentClient::kPDFPluginName = "Chrome PDF Viewer";
|
| const char* const ChromeContentClient::kNaClPluginName = "Native Client";
|
| const char* const ChromeContentClient::kNaClOldPluginName = "Chrome NaCl";
|
| const char* const ChromeContentClient::kRemotingViewerPluginPath =
|
| "internal-remoting-viewer";
|
| -
|
| -} // namespace chrome
|
|
|