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

Unified Diff: chrome/browser/cocoa/location_bar/location_bar_view_mac.h

Issue 2973006: Use the extension icon for extension omnibox results instead of the generic (Closed)
Patch Set: fixed mac Created 10 years, 5 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/location_bar/location_bar_view_mac.h
diff --git a/chrome/browser/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
index 46d2bc009f5e1f2da574cd57a841954509939866..2e079743f6e69b45f99cfeeb0127afe94efc30af 100644
--- a/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
+++ b/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
@@ -129,8 +129,10 @@ class LocationBarViewMac : public AutocompleteEditController,
virtual std::wstring GetTitle() const;
NSImage* GetTabButtonImage();
+ NSImage* GetKeywordImage(const std::wstring& keyword);
AutocompleteTextField* GetAutocompleteTextField() { return field_; }
+
// Overridden from NotificationObserver.
virtual void Observe(NotificationType type,
const NotificationSource& source,

Powered by Google App Engine
This is Rietveld 408576698