| Index: chrome/installer/mac/app/InstallerWindowController.h
|
| diff --git a/chrome/installer/mac/app/InstallerWindowController.h b/chrome/installer/mac/app/InstallerWindowController.h
|
| index 4b30ad62efaf9f1e140d4c0574d9b3c96531fc0f..653775714ba984ffe6d640c16a1fa622d514b92f 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;
|
|
|
| +- (BOOL)isUserMetricsChecked;
|
| +- (BOOL)isDefaultBrowserChecked;
|
| +
|
| @end
|
|
|
| #endif // CHROME_INSTALLER_MAC_APP_INSTALLERWINDOWCONTROLLER_H_
|
|
|