| Index: chrome/browser/component_updater/recovery_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/recovery_component_installer.cc b/chrome/browser/component_updater/recovery_component_installer.cc
|
| index 617cb8876a90c37293fe9f1e4238dd9597a2c3bb..d4fd5c8b897388018e1a169663ab1cd6fee156bd 100644
|
| --- a/chrome/browser/component_updater/recovery_component_installer.cc
|
| +++ b/chrome/browser/component_updater/recovery_component_installer.cc
|
| @@ -173,4 +173,9 @@ void RegisterPrefsForRecoveryComponent(PrefRegistrySimple* registry) {
|
| registry->RegisterStringPref(prefs::kRecoveryComponentVersion, "0.0.0.0");
|
| }
|
|
|
| +void StartElevatedRecoveryProcess(
|
| + PrefService* prefs, bool elevation_allowed, const base::Closure& callback) {
|
| + DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| +}
|
| +
|
| } // namespace component_updater
|
|
|