| Index: chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| index 92d001747223022da6b2507187a3af8ccd072826..2a84cefd2e3c34b059421bfcc45b81f8a629ed61 100644
|
| --- a/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| @@ -247,7 +247,7 @@ void FlashComponentInstallerTraits::GetHash(std::vector<uint8_t>* hash) const {
|
| }
|
|
|
| std::string FlashComponentInstallerTraits::GetName() const {
|
| - return "pepper_flash";
|
| + return "Adobe Flash Player";
|
| }
|
|
|
| update_client::InstallerAttributes
|
|
|