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

Unified Diff: components/autofill/ios/browser/form_suggestion.mm

Issue 1424713006: ios: Stop using __weak. (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
Index: components/autofill/ios/browser/form_suggestion.mm
diff --git a/components/autofill/ios/browser/form_suggestion.mm b/components/autofill/ios/browser/form_suggestion.mm
index 4f5b85a795904defb76f353bd3c6c9c123b99a55..709bb63b4ce12c0daf26ab337e54bfb943ce6234 100644
--- a/components/autofill/ios/browser/form_suggestion.mm
+++ b/components/autofill/ios/browser/form_suggestion.mm
@@ -5,17 +5,11 @@
#import "components/autofill/ios/browser/form_suggestion.h"
@interface FormSuggestion ()
-// TODO(rohitrao): These properties must be redefined readwrite to work around a
-// clang bug. crbug.com/228650
-@property(copy, readwrite) NSString* value;
-@property(copy, readwrite) NSString* icon;
-
// Local initializer for a FormSuggestion.
- (id)initWithValue:(NSString*)value
displayDescription:(NSString*)displayDescription
icon:(NSString*)icon
identifier:(NSInteger)identifier;
-
@end
@implementation FormSuggestion {
« no previous file with comments | « base/ios/crb_protocol_observers_unittest.mm ('k') | ios/chrome/browser/autofill/form_suggestion_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698