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

Unified Diff: chrome/browser/cocoa/extension_installed_bubble_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/extension_installed_bubble_controller.h
diff --git a/chrome/browser/cocoa/extension_installed_bubble_controller.h b/chrome/browser/cocoa/extension_installed_bubble_controller.h
index 4947ae441c82b9fd12e14b25d41797e963b919c2..3deb91c6d89a03fcd30d056e8645b2c9a05ce5a6 100644
--- a/chrome/browser/cocoa/extension_installed_bubble_controller.h
+++ b/chrome/browser/cocoa/extension_installed_bubble_controller.h
@@ -71,8 +71,8 @@ typedef enum {
IBOutlet NSTextField* extensionInstalledInfoMsg_;
}
-@property (readonly) Extension* extension;
-@property BOOL pageActionRemoved;
+@property (nonatomic, readonly) Extension* extension;
+@property (nonatomic) BOOL pageActionRemoved;
// Initialize the window, and then create observers to wait for the extension
// to complete loading, or the browser window to close.

Powered by Google App Engine
This is Rietveld 408576698