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

Unified Diff: chrome/browser/ui/views/location_bar/page_info_helper.cc

Issue 10534153: Use OmniboxViewViews on Win with --enable-views-textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/views/location_bar/page_info_helper.cc
diff --git a/chrome/browser/ui/views/location_bar/page_info_helper.cc b/chrome/browser/ui/views/location_bar/page_info_helper.cc
index 3a6ad5d41c458096af8db0c7823591641809c7c4..b350cd6f60fe698c0d513ef784d5e5a61e1a30ee 100644
--- a/chrome/browser/ui/views/location_bar/page_info_helper.cc
+++ b/chrome/browser/ui/views/location_bar/page_info_helper.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/views/location_bar/page_info_helper.h"
+#include "chrome/browser/ui/omnibox/omnibox_view.h"
oshima 2012/06/14 21:07:04 is this necessary?
msw 2012/06/14 21:30:21 Yes, Line 31's GetLocationEntry()->IsEditingOrEmpt
oshima 2012/06/14 21:41:11 ah i see. thank you for explanation.
#include "chrome/browser/ui/tab_contents/tab_contents.h"
#include "chrome/browser/ui/views/location_bar/location_bar_view.h"
#include "content/public/browser/navigation_controller.h"

Powered by Google App Engine
This is Rietveld 408576698