| 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 29c0580415991ddf60abf27416e0dd3c5ee0abe6..cd0e7bc2c9dcbbf1924a94371fe4d12cb2f4ce92 100644
|
| --- a/chrome/common/chrome_content_client_constants.cc
|
| +++ b/chrome/common/chrome_content_client_constants.cc
|
| @@ -5,6 +5,7 @@
|
| #include "chrome/common/chrome_content_client.h"
|
|
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| +const char ChromeContentClient::kNotPresent[] = "internal-not-yet-present";
|
| const char ChromeContentClient::kPDFPluginName[] = "Chrome PDF Viewer";
|
| #else
|
| const char ChromeContentClient::kPDFPluginName[] = "Chromium PDF Viewer";
|
|
|