Index: chrome/browser/component_updater/recovery_component_installer.h |
diff --git a/chrome/browser/component_updater/recovery_component_installer.h b/chrome/browser/component_updater/recovery_component_installer.h |
index b0dfacd6bd4baca7b93bfbe0b49a441c2c299b13..002d4351ff4c7084e3e5c43dbc83fd499442489f 100644 |
--- a/chrome/browser/component_updater/recovery_component_installer.h |
+++ b/chrome/browser/component_updater/recovery_component_installer.h |
@@ -22,16 +22,13 @@ void RegisterRecoveryComponent(ComponentUpdateService* cus, PrefService* prefs); |
// Registers user preferences related to the recovery component. |
void RegisterPrefsForRecoveryComponent(PrefRegistrySimple* registry); |
-// Notifies recovery component that agreed elevated install, so that it |
+// Notifies recovery component that user agreed elevated install, so that it |
Sorin Jianu
2014/12/05 02:10:36
the user
xiaoling
2014/12/05 19:45:56
Done.
|
// can launches an elevated install process. After that, clears |
// preference flag prefs::kRecoveryComponentNeedsElevation. |
-// Note: the function is yet to be implemented. |
void AcceptedElevatedRecoveryInstall(PrefService* prefs); |
-// Notifies recovery component that elevated install is declined, so that it can |
-// removes the setup files. After that, clears preference flag |
-// prefs::kRecoveryComponentNeedsElevation. |
-// Note: the function is yet to be implemented. |
+// Notifies recovery component that elevated install is declined. |
Sorin Jianu
2014/12/05 02:10:36
// Notifies the recovery component that the elevat
xiaoling
2014/12/05 19:45:56
Done.
|
+// Clears preference flag prefs::kRecoveryComponentNeedsElevation. |
Sorin Jianu
2014/12/05 02:10:36
Clears the flag prefs::kRecoveryComponentNeedsElev
xiaoling
2014/12/05 19:45:57
Done.
|
void DeclinedElevatedRecoveryInstall(PrefService* prefs); |
} // namespace component_updater |