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

Unified Diff: chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm

Issue 2734063002: chrome: remove omnibox_ev_bubble_xxx.png assets (Closed)
Patch Set: rm GetBubbleImageIds() Created 3 years, 9 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/location_bar/security_state_bubble_decoration.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm
index 3d52003c25b39d5a03f3c62d99044adff1e71fd0..3662e0623b30c6302dde7eca41768f723fefe508 100644
--- a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm
+++ b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm
@@ -301,10 +301,6 @@ NSColor* SecurityStateBubbleDecoration::GetBackgroundBorderColor() {
SkColorSetA(label_color_, 255.0 * GetAnimationProgress()));
}
-ui::NinePartImageIds SecurityStateBubbleDecoration::GetBubbleImageIds() {
- return IMAGE_GRID(IDR_OMNIBOX_EV_BUBBLE);
-}
-
NSColor* SecurityStateBubbleDecoration::GetDarkModeTextColor() {
return [NSColor whiteColor];
}

Powered by Google App Engine
This is Rietveld 408576698