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

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

Issue 10854017: Basic metro snap view omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compilation. Created 8 years, 4 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/views/location_bar/location_bar_container.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_container.h b/chrome/browser/ui/views/location_bar/location_bar_container.h
index 87451e1aadbc020557bbf79a7289423bb5ae980c..5d11202b977c671908db75aa44f7616853284380 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_container.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_container.h
@@ -34,6 +34,8 @@ class LocationBarContainer : public views::View,
void SetLocationBarView(LocationBarView* view);
+ LocationBarView* location_bar_view() { return location_bar_view_; }
+
// Stacks this view at the top. More specifically stacks the layer (aura)
// or widget (windows) at the top of the stack. Used to ensure this is over
// web contents.
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698