| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index ac59d2802cc59f05c8ffe9a558db170725786191..680a661b6ff6bf1348ad51855d54af268288d3e8 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -187,6 +187,7 @@ void AddOutOfProcessFlash(std::vector<PepperPluginInfo>* plugins) {
|
| namespace chrome {
|
|
|
| const char* ChromeContentClient::kPDFPluginName = ::kPDFPluginName;
|
| +const char* ChromeContentClient::kNaClPluginName = ::kNaClPluginName;
|
|
|
| void ChromeContentClient::SetActiveURL(const GURL& url) {
|
| child_process_logging::SetActiveURL(url);
|
|
|