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

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

Issue 2270083002: Added in switches for the Mac Installer to send preferences to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cl5_review
Patch Set: Rebased 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
« no previous file with comments | « chrome/installer/mac/app/BUILD.gn ('k') | chrome/installer/mac/app/InstallerWindowController.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/installer/mac/app/BUILD.gn ('k') | chrome/installer/mac/app/InstallerWindowController.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698