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

Unified Diff: chrome/browser/mac/keystone_glue.mm

Issue 1438313003: mac: Remove vestiges of 32-bit deprecation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « build/mac/tweak_info_plist.py ('k') | chrome/installer/mac/keystone_install.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mac/keystone_glue.mm
diff --git a/chrome/browser/mac/keystone_glue.mm b/chrome/browser/mac/keystone_glue.mm
index 9dc61f8b9eb7f5003f6001a47db301981dd830cf..c6333e7c65031739873ab630349ace1d5f8c0f3d 100644
--- a/chrome/browser/mac/keystone_glue.mm
+++ b/chrome/browser/mac/keystone_glue.mm
@@ -197,12 +197,10 @@ class PerformBridge : public base::RefCountedThreadSafe<PerformBridge> {
// which does not depend on applying a patch to existing files.
- (BOOL)wantsFullInstaller;
-// Returns an NSString* suitable for appending to a Chrome Keystone tag value
-// or tag key. If the system has a 32-bit-only CPU, the tag suffix will
-// contain the string "-32bit". If a full installer (as opposed to a binary
-// diff/delta patch) is required, the tag suffix will contain the string
-// "-full". If no special treatment is required, the tag suffix will be an
-// empty string.
+// Returns an NSString* suitable for appending to a Chrome Keystone tag value or
+// tag key. If a full installer (as opposed to a binary diff/delta patch) is
+// required, the tag suffix will contain the string "-full". If no special
+// treatment is required, the tag suffix will be an empty string.
- (NSString*)tagSuffix;
@end // @interface KeystoneGlue (Private)
« no previous file with comments | « build/mac/tweak_info_plist.py ('k') | chrome/installer/mac/keystone_install.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698