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

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: 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/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_

Powered by Google App Engine
This is Rietveld 408576698