| Index: chrome/browser/cocoa/bug_report_window_controller.h
|
| diff --git a/chrome/browser/cocoa/bug_report_window_controller.h b/chrome/browser/cocoa/bug_report_window_controller.h
|
| index 88a7ca6b8c9acb02e36588279b33855dffc646d0..a8de4ae978814c7c1bd0977af5ced618d3471cd7 100644
|
| --- a/chrome/browser/cocoa/bug_report_window_controller.h
|
| +++ b/chrome/browser/cocoa/bug_report_window_controller.h
|
| @@ -99,11 +99,11 @@ class TabContents;
|
|
|
| // Properties for bindings.
|
| @property (copy, nonatomic) NSString* bugDescription;
|
| -@property NSUInteger bugTypeIndex;
|
| +@property (nonatomic) NSUInteger bugTypeIndex;
|
| @property (copy, nonatomic) NSString* pageTitle;
|
| @property (copy, nonatomic) NSString* pageURL;
|
| -@property BOOL sendScreenshot;
|
| -@property BOOL disableScreenshotCheckbox;
|
| +@property (nonatomic) BOOL sendScreenshot;
|
| +@property (nonatomic) BOOL disableScreenshotCheckbox;
|
| @property (readonly, nonatomic) NSArray* bugTypeList;
|
|
|
| @end
|
|
|