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

Unified Diff: chrome/browser/cocoa/cookie_details.h

Issue 2769014: Mac/clang: Possibly contentious changes. (Closed)
Patch Set: comments2 Created 10 years, 6 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/browser/cocoa/cookie_details.h
diff --git a/chrome/browser/cocoa/cookie_details.h b/chrome/browser/cocoa/cookie_details.h
index 06e8d4f00f12fe2b009b28a49f68c99b3d5f1a79..ce50dd95f6617b8b5fc9695c284948012741a543 100644
--- a/chrome/browser/cocoa/cookie_details.h
+++ b/chrome/browser/cocoa/cookie_details.h
@@ -113,9 +113,9 @@ enum CocoaCookieDetailsType {
scoped_nsobject<NSString> manifestURL_;
}
-@property (readonly) BOOL canEditExpiration;
-@property BOOL hasExpiration;
-@property (readonly) CocoaCookieDetailsType type;
+@property (nonatomic, readonly) BOOL canEditExpiration;
+@property (nonatomic) BOOL hasExpiration;
+@property (nonatomic, readonly) CocoaCookieDetailsType type;
// The following methods are used in the bindings of subviews inside
// the cookie detail view. Note that the method that tests the

Powered by Google App Engine
This is Rietveld 408576698