| 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
|
|
|