| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index b7316b6951ba6f060cecb4c06be6306c01b44c97..dc5af29d24f1b61cbe15962d7e4da3715270aa34 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -13,6 +13,7 @@ namespace chrome {
|
| class ChromeContentClient : public content::ContentClient {
|
| public:
|
| static const char* kPDFPluginName;
|
| + static const char* kNaClPluginName;
|
|
|
| virtual void SetActiveURL(const GURL& url);
|
| virtual void SetGpuInfo(const GPUInfo& gpu_info);
|
|
|