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

Unified Diff: chrome/installer/mac/app/README.md

Issue 2293923005: General comment cleaning / refactoring for Mac Installer (Closed)
Patch Set: Ivan fixes Created 4 years, 4 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/mac/app/README.md
diff --git a/chrome/installer/mac/app/README.md b/chrome/installer/mac/app/README.md
index 9ebf022b21a23d94db34110310a8345d51954997..1a1f7f9441e27e94839af6a55f8eaee3a6536983 100644
--- a/chrome/installer/mac/app/README.md
+++ b/chrome/installer/mac/app/README.md
@@ -21,7 +21,9 @@ The installer breaks down its task into the following steps:
Each of the above modules are designed to carry one action before returning via
delegate method. All of these main steps occur on a primary working thread
(non-UI), with the exception of `AuthorizedInstall`, which makes use of an
-authorized-if-able subprocess.
+authorized-if-able subprocess. If the user does not provide permission to
+escalate privileges, `AuthorizedInstall` still does its job, but opts for the
+User's Applications folder instead of the system Applications folder.
The OmahaXML* classes and SystemInfo class are simply classes to help
OmahaCommunication do its work.

Powered by Google App Engine
This is Rietveld 408576698