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

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

Issue 2791593002: Allow installer::GetLocalizedString to return mode-specific strings. (Closed)
Patch Set: 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
Index: chrome/installer/util/install_util.h
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index 70c7498301231c905733bc564e79c097f300a180..0b94257aa2c17427d9bce763a7896faa0524794e 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -86,12 +86,6 @@ class InstallUtil {
// InstallDetails.
static bool IsPerUserInstall();
- // Returns true if this is running setup process for Chrome SxS (as
- // indicated by the presence of --chrome-sxs on the command line) or if this
- // is running Chrome process from the Chrome SxS installation (as indicated
- // by either --chrome-sxs or the executable path).
- static bool IsChromeSxSProcess();
-
// Returns true if the sentinel file exists (or the path cannot be obtained).
static bool IsFirstRunSentinelPresent();

Powered by Google App Engine
This is Rietveld 408576698