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

Unified Diff: chrome/browser/cocoa/preferences_window_controller.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/preferences_window_controller.h
diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h
index 5c968bf00ef4702c803718ec378481abe227d5a6..70bd8ff9b1331e4bb4d67eb09374e2de8b9eaa24 100644
--- a/chrome/browser/cocoa/preferences_window_controller.h
+++ b/chrome/browser/cocoa/preferences_window_controller.h
@@ -161,7 +161,7 @@ class ProfileSyncService;
- (IBAction)toolbarButtonSelected:(id)sender;
// Usable from cocoa bindings to hook up the custom home pages table.
-@property(readonly) CustomHomePagesModel* customPagesSource;
+@property (nonatomic, readonly) CustomHomePagesModel* customPagesSource;
@end

Powered by Google App Engine
This is Rietveld 408576698