| Index: chrome/browser/cocoa/keyword_editor_cocoa_controller.h
|
| diff --git a/chrome/browser/cocoa/keyword_editor_cocoa_controller.h b/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
|
| index 0757e69f4cfb74dc7b6c681b3f3d7c57fc706e45..6aac6167ee85738a5e60552defe21a41255ee6ed 100644
|
| --- a/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
|
| +++ b/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
|
| @@ -44,10 +44,6 @@ class KeywordEditorModelObserver : public TemplateURLModelObserver,
|
| // Lazily converts the image at the given row and caches it in |iconImages_|.
|
| NSImage* GetImageForRow(int row);
|
|
|
| - protected:
|
| - // Invalidates a range of the |iconImages_| cache.
|
| - void InvalidateIconCache(int start, int length);
|
| -
|
| private:
|
| KeywordEditorCocoaController* controller_;
|
|
|
|
|