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

Unified Diff: chrome/installer/util/install_util.cc

Issue 2791593002: Allow installer::GetLocalizedString to return mode-specific strings. (Closed)
Patch Set: manzagop review part the deux Created 3 years, 9 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/installer/util/install_util.h ('k') | chrome/installer/util/l10n_string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/install_util.cc
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index 181fbd63e677b5bdb620a9b5f4d4fb79d9705e11..4eb66f4b05f7676ba90b8f92ce97b0633e9bc4f7 100644
--- a/chrome/installer/util/install_util.cc
+++ b/chrome/installer/util/install_util.cc
@@ -269,15 +269,6 @@ bool InstallUtil::IsPerUserInstall() {
return !install_static::InstallDetails::Get().system_level();
}
-bool InstallUtil::IsChromeSxSProcess() {
-#if defined(GOOGLE_CHROME_BUILD)
- return install_static::InstallDetails::Get().install_mode_index() ==
- install_static::CANARY_INDEX;
-#else
- return false;
-#endif
-}
-
// static
bool InstallUtil::IsFirstRunSentinelPresent() {
// TODO(msw): Consolidate with first_run::internal::IsFirstRunSentinelPresent.
« no previous file with comments | « chrome/installer/util/install_util.h ('k') | chrome/installer/util/l10n_string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698