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

Unified Diff: chrome/browser/ui/gtk/location_bar_view_gtk.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/gtk/location_bar_view_gtk.h
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
index 61504092cd5a8132a84f6f9ba1e068eb4ffdec59..b0914bbd6d11a0a7e5a8ff1cfca821981119b68e 100644
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
@@ -112,6 +112,7 @@ class LocationBarViewGtk : public OmniboxEditController,
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;
@@ -210,6 +211,10 @@ class LocationBarViewGtk : public OmniboxEditController,
DISALLOW_COPY_AND_ASSIGN(PageToolViewGtk);
};
+ protected:
+ // OmniboxEditController:
+ virtual void HideURLAndShowOriginChip() OVERRIDE;
+
private:
class PageActionViewGtk :
public ExtensionActionIconFactory::Observer,

Powered by Google App Engine
This is Rietveld 408576698