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

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

Issue 200783003: [OriginChip] Add animations for the hiding and showing of the chip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/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 f50b1bfc5737c0dc9f0129c13327c50f5d97d279..7556e49dc2947117546d377392998180e1c6c0b1 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
@@ -150,6 +150,7 @@ class LocationBarViewMac : public LocationBar,
virtual void Update(const content::WebContents* contents) OVERRIDE;
virtual void OnChanged() OVERRIDE;
virtual void OnSetFocus() OVERRIDE;
+ virtual void ShowURL() OVERRIDE;
virtual InstantController* GetInstant() OVERRIDE;
virtual content::WebContents* GetWebContents() OVERRIDE;
virtual ToolbarModel* GetToolbarModel() OVERRIDE;
@@ -174,6 +175,10 @@ class LocationBarViewMac : public LocationBar,
// Activates the page action for the extension that has the given id.
void ActivatePageAction(const std::string& extension_id);
+ protected:
+ // OmniboxEditController:
groby-ooo-7-16 2014/03/20 23:38:53 What does this comment mean?
Justin Donnelly 2014/03/21 21:15:57 It's a shortened form of the comments that sometim
+ virtual void HideURLAndShowOriginChip() OVERRIDE;
+
private:
friend ZoomDecorationTest;

Powered by Google App Engine
This is Rietveld 408576698