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

Unified Diff: chrome/installer/launcher_support/chrome_launcher_support.h

Issue 10905238: If Chrome Binaries version > App Host version, then update App Host. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Renamed app_host_upgrade.* to update.*; changed how App Host version is obtained; moved code to upd… Created 8 years, 3 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
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 a67e53374ab60c277f964d62fee7081afcc7f61d..039640937934966f8b23ad29256bdcd5b7e10fba 100644
--- a/chrome/installer/launcher_support/chrome_launcher_support.h
+++ b/chrome/installer/launcher_support/chrome_launcher_support.h
@@ -22,6 +22,10 @@ enum InstallationLevel {
// The file path returned (if any) is guaranteed to exist.
FilePath GetAnyChromePath();
+// Returns the path to an existing setup.exe at the specified level, if it can
+// be found via Omaha client state.
+FilePath GetSetupExeForInstallationLevel(InstallationLevel level);
erikwright (departed) 2012/09/13 19:27:49 Update documentation (and implementation) to say:
huangs 2012/09/13 22:25:37 Done.
+
// Returns the path to an installed chrome.exe at the specified level, if it can
// be found via Omaha client state.
FilePath GetChromePathForInstallationLevel(InstallationLevel level);

Powered by Google App Engine
This is Rietveld 408576698