| Index: chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h b/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
|
| index 34dff6fe75534e0cf53f36ce0ec949fc4ce2a446..a7c5b333282ed84b90e451f572f53fbbe016cf8e 100644
|
| --- a/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
|
| @@ -155,17 +155,13 @@
|
| // Called when the "Get help" button is pressed.
|
| - (void)onHelpPressed:(id)sender;
|
|
|
| -// Update the color of the image and text in the table row view.
|
| -- (void)updateContentRowColor;
|
| -
|
| -// Gets the image from table row view. For testing and internal use only.
|
| +// Gets the image from table row view. For testing only.
|
| - (NSImageView*)tableRowViewImage:(NSInteger)row;
|
|
|
| -// Gets the text from table row view. For testing and internal use only.
|
| +// Gets the text from table row view. For testing only.
|
| - (NSTextField*)tableRowViewText:(NSInteger)row;
|
|
|
| -// Gets the paired status from table row view. For testing and internal use
|
| -// only.
|
| +// Gets the paired status from table row view. For testing only.
|
| - (NSTextField*)tableRowViewPairedStatus:(NSInteger)row;
|
|
|
| @end
|
|
|