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

Unified Diff: chrome/installer/mac/app/AuthorizedInstall.h

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/AuthorizedInstall.h
diff --git a/chrome/installer/mac/app/AuthorizedInstall.h b/chrome/installer/mac/app/AuthorizedInstall.h
index 8ee0efafb9c82e5311b09407b7d6bbc952fe739a..3f547e247114b48ce1c4926172cfbef43c4e5423 100644
--- a/chrome/installer/mac/app/AuthorizedInstall.h
+++ b/chrome/installer/mac/app/AuthorizedInstall.h
@@ -10,7 +10,8 @@
@interface AuthorizedInstall : NSObject
-// Attempts to gain elevated permissions and starts a subprocess.
+// Attempts to gain elevated permissions, then starts the subprocess with the
+// appropriate level of privilege.
- (BOOL)loadInstallationTool;
// Signals the tool to begin the installation. Returns the path to the

Powered by Google App Engine
This is Rietveld 408576698