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

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

Issue 319006: [Mac] Fix keyword editor-related crashes (Closed)
Patch Set: Address Scott's nits. Created 11 years, 2 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/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_;

Powered by Google App Engine
This is Rietveld 408576698