Commit 4b494f4b authored by Brian Manthos's avatar Brian Manthos Committed by Commit Bot

Remove unused installer::switches::kChromeSxS

Change-Id: I9296146970edc12caf4a89b425f0d86c9392ac37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212311Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Brian Manthos <brianman@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#771430}
parent 01fd3f89
...@@ -14,9 +14,6 @@ namespace switches { ...@@ -14,9 +14,6 @@ namespace switches {
// permissable. // permissable.
const char kAllowDowngrade[] = "allow-downgrade"; const char kAllowDowngrade[] = "allow-downgrade";
// Run the installer for Chrome SxS.
const char kChromeSxS[] = "chrome-sxs";
// Create shortcuts for this user to point to a system-level install (which // Create shortcuts for this user to point to a system-level install (which
// must already be installed on the machine). The shortcuts created will // must already be installed on the machine). The shortcuts created will
// match the preferences of the already present system-level install as such // match the preferences of the already present system-level install as such
......
...@@ -149,7 +149,6 @@ enum InstallerStage { ...@@ -149,7 +149,6 @@ enum InstallerStage {
namespace switches { namespace switches {
extern const char kAllowDowngrade[]; extern const char kAllowDowngrade[];
extern const char kChromeSxS[];
extern const char kConfigureUserSettings[]; extern const char kConfigureUserSettings[];
extern const char kCriticalUpdateVersion[]; extern const char kCriticalUpdateVersion[];
extern const char kDeleteOldVersions[]; extern const char kDeleteOldVersions[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment