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

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

Issue 10559054: Animate the script badges. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: really sending for review... Created 8 years, 6 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/location_bar_view_mac.h
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
index 68c74cbabdea3c989c5d2a2443da2cea65af6af7..0afc1f2cc6cc1c94efc1225e92c794b33aaeee3d 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
@@ -29,6 +29,7 @@ class CommandUpdater;
class ContentSettingDecoration;
class EVBubbleDecoration;
class KeywordHintDecoration;
+class LocationBarDecoration;
class LocationIconDecoration;
class PageActionDecoration;
class Profile;
@@ -110,6 +111,9 @@ class LocationBarViewMac : public AutocompleteEditController,
// Layout the various decorations which live in the field.
void Layout();
+ // Re-draws |decoration| if it's already being displayed.
+ void RedrawDecoration(LocationBarDecoration* decoration);
+
// Returns the current WebContents.
content::WebContents* GetWebContents() const;

Powered by Google App Engine
This is Rietveld 408576698