Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: trunk/src/chrome/browser/component_updater/swiftshader_component_installer.cc

Issue 17551004: Revert 207805 "Differential updates for components. We are addin..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/component_updater/swiftshader_component_installer.cc
===================================================================
--- trunk/src/chrome/browser/component_updater/swiftshader_component_installer.cc (revision 207822)
+++ trunk/src/chrome/browser/component_updater/swiftshader_component_installer.cc (working copy)
@@ -105,9 +105,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_;
};
@@ -152,11 +149,6 @@
return true;
}
-bool SwiftShaderComponentInstaller::GetInstalledFile(
- const std::string& file, base::FilePath* installed_file) {
- return false;
-}
-
void FinishSwiftShaderUpdateRegistration(ComponentUpdateService* cus,
const Version& version) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Powered by Google App Engine
This is Rietveld 408576698