diff options
author | suzhe@google.com <suzhe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 18:02:45 +0000 |
---|---|---|
committer | suzhe@google.com <suzhe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 18:02:45 +0000 |
commit | b9fc810b6adcc42e4d72cac03482c515696e2d96 (patch) | |
tree | 0c5fd57bd37440acffbce02dbec6fc0c365a8402 /chrome/chrome_browser.gypi | |
parent | d4aaa95e6481e57663544b63109f73906c0e7d61 (diff) | |
download | chromium_src-b9fc810b6adcc42e4d72cac03482c515696e2d96.zip chromium_src-b9fc810b6adcc42e4d72cac03482c515696e2d96.tar.gz chromium_src-b9fc810b6adcc42e4d72cac03482c515696e2d96.tar.bz2 |
Fix Instant suggest issues in Linux Views port.
This CL changes Linux Views port to use the same code of Linux Gtk port
for displaying Instant suggest rather than using the code of Windows
port. The reason is: GtkTextView used by AutocompleteEditViewGtk can't
work with SuggestedTextView very well.
This CL also fixes some issues in AutocompleteEditViewGtk related to RTL
text.
BUG=66167
BUG=66151
TEST=See issue report.
Review URL: http://codereview.chromium.org/5698006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69017 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index a443f3a..949a322 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -4031,8 +4031,6 @@ ['include', '^browser/ui/views/location_bar/selected_keyword_view.cc'], ['include', '^browser/ui/views/location_bar/star_view.cc'], ['include', '^browser/ui/views/location_bar/star_view.h'], - ['include', '^browser/ui/views/location_bar/suggested_text_view.cc'], - ['include', '^browser/ui/views/location_bar/suggested_text_view.h'], ['include', '^browser/ui/views/location_bar_view.cc'], ['include', '^browser/ui/views/location_bar_view.h'], ['include', '^browser/ui/views/modal_dialog_delegate.cc'], |