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

Unified Diff: chrome/browser/ui/cocoa/location_bar/bubble_decoration.h

Issue 2734063002: chrome: remove omnibox_ev_bubble_xxx.png assets (Closed)
Patch Set: review 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/bubble_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
index 1df5c1ae5e1e24d986324e46b31755e341648fbc..092fd12b46f90f042328a892fe558b3a3e58ff08 100644
--- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
@@ -11,7 +11,6 @@
#include "base/mac/scoped_nsobject.h"
#include "base/macros.h"
#include "chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h"
-#import "ui/base/cocoa/appkit_utils.h"
// Draws an outlined rounded rect, with an optional image to the left
// and an optional text label to the right.
@@ -29,7 +28,6 @@ class BubbleDecoration : public LocationBarDecoration {
void SetTextColor(NSColor* text_color);
void SetFont(NSFont* font);
void SetRetinaBaselineOffset(CGFloat offset);
- virtual ui::NinePartImageIds GetBubbleImageIds() = 0;
// Implement |LocationBarDecoration|.
CGFloat GetWidthForSpace(CGFloat width) override;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698