Index: trunk/src/chrome/browser/component_updater/widevine_cdm_component_installer.cc |
=================================================================== |
--- trunk/src/chrome/browser/component_updater/widevine_cdm_component_installer.cc (revision 207822) |
+++ trunk/src/chrome/browser/component_updater/widevine_cdm_component_installer.cc (working copy) |
@@ -195,9 +195,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: |
base::Version current_version_; |
}; |
@@ -249,11 +246,6 @@ |
return true; |
} |
-bool WidevineCdmComponentInstaller::GetInstalledFile( |
- const std::string& file, base::FilePath* installed_file) { |
- return false; |
-} |
- |
void FinishWidevineCdmUpdateRegistration(ComponentUpdateService* cus, |
const base::Version& version) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |