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. |