| Index: chrome/common/chrome_content_client.cc
|
| ===================================================================
|
| --- chrome/common/chrome_content_client.cc (revision 97988)
|
| +++ chrome/common/chrome_content_client.cc (working copy)
|
| @@ -44,6 +44,8 @@
|
| const char* kNaClPluginExtension = "nexe";
|
| const char* kNaClPluginDescription = "Native Client Executable";
|
|
|
| +const char* kNaClOldPluginName = "Chrome NaCl";
|
| +
|
| #if defined(ENABLE_REMOTING)
|
| const char* kRemotingViewerPluginName = "Remoting Viewer";
|
| const FilePath::CharType kRemotingViewerPluginPath[] =
|
| @@ -267,6 +269,7 @@
|
|
|
| const char* ChromeContentClient::kPDFPluginName = ::kPDFPluginName;
|
| const char* ChromeContentClient::kNaClPluginName = ::kNaClPluginName;
|
| +const char* ChromeContentClient::kNaClOldPluginName = ::kNaClOldPluginName;
|
|
|
| void ChromeContentClient::SetActiveURL(const GURL& url) {
|
| child_process_logging::SetActiveURL(url);
|
|
|