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

Unified Diff: chrome/browser/cocoa/font_language_settings_controller.h

Issue 496006: Make KeywordEditorCocoaController implement the proper protocols. Also remove (Closed)
Patch Set: Created 11 years 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/keyword_editor_cocoa_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/font_language_settings_controller.h
diff --git a/chrome/browser/cocoa/font_language_settings_controller.h b/chrome/browser/cocoa/font_language_settings_controller.h
index c079399895a60bd2ba284302066edb7d59c17400..3d4dfeafff0b625986cf66b0b665565750a6fde1 100644
--- a/chrome/browser/cocoa/font_language_settings_controller.h
+++ b/chrome/browser/cocoa/font_language_settings_controller.h
@@ -26,9 +26,7 @@ extern NSString* const kCharacterInfoID; // NSNumber value.
// and language encodings for web pages. This window controller is meant to be
// used as a modal sheet on another window.
@interface FontLanguageSettingsController : NSWindowController
- <NSWindowDelegate,
- NSTableViewDelegate,
- NSTableViewDataSource> {
+ <NSWindowDelegate> {
@private
// The font that we are currently changing.
NSFont* currentFont_; // weak
« no previous file with comments | « no previous file | chrome/browser/cocoa/keyword_editor_cocoa_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698