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

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

Issue 14031025: Implementing unified Chrome / App Launcher flow, and migrating old stand-alone App Launcher. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 7c5bc681540c2c1984863eef0c52a036cd65758f..89162950bf1b2098ecf3eb73ad4a69714a52f5e9 100644
--- a/chrome/installer/launcher_support/chrome_launcher_support.h
+++ b/chrome/installer/launcher_support/chrome_launcher_support.h
@@ -7,6 +7,7 @@
namespace base {
class FilePath;
+class Version;
}
namespace chrome_launcher_support {
@@ -68,6 +69,9 @@ bool IsAppLauncherPresent();
// if installed. If it is not an official build, it will always return true.
bool IsChromeBrowserPresent();
+// Returns true if a given |version| of App Launcher uses legacy app_host.exe.
+bool HasLegacyAppHostExe(const base::Version& version);
+
} // namespace chrome_launcher_support
#endif // CHROME_INSTALLER_LAUNCHER_SUPPORT_CHROME_LAUNCHER_SUPPORT_H_
« no previous file with comments | « no previous file | chrome/installer/launcher_support/chrome_launcher_support.cc » ('j') | chrome/installer/setup/install.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698