| Index: chrome/installer/mac/app/InstallerWindowController.h
|
| diff --git a/chrome/installer/mac/app/InstallerWindowController.h b/chrome/installer/mac/app/InstallerWindowController.h
|
| index 349ebf2c7b05d76ab6dbda4a65587c4eb7074aaa..12dbf221bf147441e1d4c9d6effa187f24a631a7 100644
|
| --- a/chrome/installer/mac/app/InstallerWindowController.h
|
| +++ b/chrome/installer/mac/app/InstallerWindowController.h
|
| @@ -13,6 +13,9 @@
|
| - (void)updateStatusDescription:(NSString*)text;
|
| - (void)updateDownloadProgress:(double)progressPercent;
|
| - (void)enableLaunchButton;
|
| +
|
| +- (BOOL)isUserMetricsChecked;
|
| +- (BOOL)isDefaultBrowserChecked;
|
| @end
|
|
|
| #endif // CHROME_INSTALLER_MAC_APP_INSTALLERWINDOWCONTROLLER_H_
|
|
|