| Index: components/component_updater/pref_names.cc
|
| diff --git a/components/component_updater/pref_names.cc b/components/component_updater/pref_names.cc
|
| index 7da1186a9195e753138c5eba23bddacdc0b2ef02..753b7764b5e38642dd3625d8df0b165afb2ddccf 100644
|
| --- a/components/component_updater/pref_names.cc
|
| +++ b/components/component_updater/pref_names.cc
|
| @@ -10,6 +10,9 @@ namespace prefs {
|
| // takes the usual 'a.b.c.d' notation.
|
| const char kRecoveryComponentVersion[] = "recovery_component.version";
|
|
|
| +// Full path where last recovery component CRX was unpacked to.
|
| +const char kRecoveryComponentUnpackPath[] = "recovery_component.unpack_path";
|
| +
|
| #if defined(OS_WIN)
|
| // The last exit code integer value returned by the SwReporter. Saved in local
|
| // state.
|
|
|