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

Unified Diff: chrome/browser/component_updater/default_component_installer.cc

Issue 321473003: Elevated install of recovery component (component update part) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: chrome/browser/component_updater/default_component_installer.cc
diff --git a/chrome/browser/component_updater/default_component_installer.cc b/chrome/browser/component_updater/default_component_installer.cc
index a2983c13c9d94bbab59ac12f73d6ca330145d8ae..bbf22abf5b377a1797a0a4780748da02f4f48a5e 100644
--- a/chrome/browser/component_updater/default_component_installer.cc
+++ b/chrome/browser/component_updater/default_component_installer.cc
@@ -99,6 +99,13 @@ bool DefaultComponentInstaller::Install(const base::DictionaryValue& manifest,
return true;
}
+base::FilePath DefaultComponentInstaller::GetBackupPath() const {
+ return base::FilePath();
+}
+
+void DefaultComponentInstaller::InstallExternally() {
+}
+
bool DefaultComponentInstaller::GetInstalledFile(
const std::string& file,
base::FilePath* installed_file) {

Powered by Google App Engine
This is Rietveld 408576698