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

Unified Diff: chrome/common/chrome_switches.cc

Issue 321473003: Elevated install of recovery component (component update part) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 7047c17499caf6a5d7d5bae3e9febaf2c4053abb..fe80e25e39afcbbeb4579b681ac03463bcff2204 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -775,6 +775,10 @@ const char kInstallChromeApp[] = "install-chrome-app";
// app/extension ID given, and then prompt the user to download and install it.
const char kInstallFromWebstore[] = "install-from-webstore";
+// Tries to install recovery component with elevated privilege without opening
+// any window.
+const char kInstallRecoveryComponent[] = "install-recovery-component";
+
// Marks a renderer as an Instant process.
const char kInstantProcess[] = "instant-process";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698