| Index: trunk/src/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/component_updater/pepper_flash_component_installer.cc (revision 207822)
|
| +++ trunk/src/chrome/browser/component_updater/pepper_flash_component_installer.cc (working copy)
|
| @@ -250,9 +250,6 @@
|
| virtual bool Install(const base::DictionaryValue& manifest,
|
| const base::FilePath& unpack_path) OVERRIDE;
|
|
|
| - virtual bool GetInstalledFile(const std::string& file,
|
| - base::FilePath* installed_file) OVERRIDE;
|
| -
|
| private:
|
| Version current_version_;
|
| };
|
| @@ -295,11 +292,6 @@
|
| return true;
|
| }
|
|
|
| -bool PepperFlashComponentInstaller::GetInstalledFile(
|
| - const std::string& file, base::FilePath* installed_file) {
|
| - return false;
|
| -}
|
| -
|
| bool CheckPepperFlashManifest(const base::DictionaryValue& manifest,
|
| Version* version_out) {
|
| std::string name;
|
|
|