| Index: chrome/browser/component_updater/flash_component_installer.h
|
| diff --git a/chrome/browser/component_updater/flash_component_installer.h b/chrome/browser/component_updater/flash_component_installer.h
|
| index 0d0b4242a859ae722799be6c18f5e520436afb8f..b4e54754c191ca7167e25e2f0e92c58d85370ec0 100644
|
| --- a/chrome/browser/component_updater/flash_component_installer.h
|
| +++ b/chrome/browser/component_updater/flash_component_installer.h
|
| @@ -19,11 +19,6 @@ class ComponentUpdateService;
|
| // The first part is IO intensive so we do it asynchronously in the file thread.
|
| void RegisterPepperFlashComponent(ComponentUpdateService* cus);
|
|
|
| -// Returns true if this browser is compatible with the given Pepper Flash
|
| -// manifest, with the version specified in the manifest in |version_out|.
|
| -bool CheckPepperFlashManifest(const base::DictionaryValue& manifest,
|
| - base::Version* version_out);
|
| -
|
| } // namespace component_updater
|
|
|
| #endif // CHROME_BROWSER_COMPONENT_UPDATER_FLASH_COMPONENT_INSTALLER_H_
|
|
|