| Index: chrome/installer/launcher_support/chrome_launcher_support.h
|
| diff --git a/chrome/installer/launcher_support/chrome_launcher_support.h b/chrome/installer/launcher_support/chrome_launcher_support.h
|
| index e9f62809aebf6b06c6b9e3ee1d1be664901ec5fe..1a8847fa814f270b274d8f02c2fca459fe4313ff 100644
|
| --- a/chrome/installer/launcher_support/chrome_launcher_support.h
|
| +++ b/chrome/installer/launcher_support/chrome_launcher_support.h
|
| @@ -36,6 +36,10 @@ base::FilePath GetChromePathForInstallationLevel(InstallationLevel level);
|
| // it can be found via Omaha client state.
|
| base::FilePath GetAppHostPathForInstallationLevel(InstallationLevel level);
|
|
|
| +// Returns the path to an installed SxS chrome.exe at the specified level, if
|
| +// it can be found via Omaha client state.
|
| +base::FilePath GetChromeSxSPathForInstallationLevel(InstallationLevel level);
|
| +
|
| // Returns the path to an installed chrome.exe, or an empty path. Prefers a
|
| // system-level installation to a user-level installation. Uses Omaha client
|
| // state to identify a Chrome installation location.
|
| @@ -48,6 +52,12 @@ base::FilePath GetAnyChromePath();
|
| // The file path returned (if any) is guaranteed to exist.
|
| base::FilePath GetAnyAppHostPath();
|
|
|
| +// Returns the path to an installed SxS chrome.exe, or an empty path. Prefers a
|
| +// user-level installation to a system-level installation. Uses Omaha client
|
| +// state to identify a Chrome Canary installation location.
|
| +// The file path returned (if any) is guaranteed to exist.
|
| +base::FilePath GetAnyChromeSxSPath();
|
| +
|
| // Uninstalls the legacy app launcher by launching setup.exe with the uninstall
|
| // arguments from the App Launcher ClientState registry key. The uninstall will
|
| // run asynchronously.
|
|
|