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

Unified Diff: chrome/browser/component_updater/recovery_component_installer.h

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 | « no previous file | chrome/browser/component_updater/recovery_component_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c2ef7f1fd0343d1c5c54c009abed61bda5154c51 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
-// can launches an elevated install process. After that, clears
-// preference flag prefs::kRecoveryComponentNeedsElevation.
-// Note: the function is yet to be implemented.
+// Notifies the recovery component that the user has accepted the elevation
+// prompt. Clears the state of prefs::kRecoveryComponentNeedsElevation after the
+// notification.
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 the elevated install has been declined.
+// Clears the flag prefs::kRecoveryComponentNeedsElevation.
void DeclinedElevatedRecoveryInstall(PrefService* prefs);
} // namespace component_updater
« no previous file with comments | « no previous file | chrome/browser/component_updater/recovery_component_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698