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

Unified Diff: components/component_updater/pref_names.cc

Issue 359443002: Elevated install of recovery component when needed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment out unused function on chromeos Created 6 years 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
« no previous file with comments | « components/component_updater/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/component_updater/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698