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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 111873004: [OriginChip] Show and select the URL on alt-d/ctrl-l. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: All files this time. Created 7 years 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/views/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 96653897e33591b01c56978ec0d2468cd2f6d108..1cdfb8f6d327ea19b459834d932b5eb101ccefc3 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -243,7 +243,7 @@ class LocationBarView : public LocationBar,
// The point will be returned in the coordinates of the LocationBarView.
gfx::Point GetLocationBarAnchorPoint() const;
- views::View* omnibox_view() { return omnibox_view_; }
+ OmniboxViewViews* omnibox_view() { return omnibox_view_; }
Greg Billock 2013/12/11 21:31:14 Should this be OmniboxView and promote ShowURL to
Justin Donnelly 2013/12/12 17:11:57 ShowUrl is already in OmniboxView. I made this Om
views::View* generated_credit_card_view();
« chrome/browser/ui/omnibox/omnibox_view.h ('K') | « chrome/browser/ui/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698