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

Unified Diff: chrome/browser/ui/cocoa/chooser_content_view_cocoa.h

Issue 2380903002: Revert of Update image and text color when row is selected in the chooser on Mac (Closed)
Patch Set: Created 4 years, 3 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/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
« no previous file with comments | « chrome/browser/chooser_controller/mock_chooser_controller.cc ('k') | chrome/browser/ui/cocoa/chooser_content_view_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698