diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 21:08:43 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 21:08:43 +0000 |
commit | df722f89f5ad78156319c5a0ff071641a205a78d (patch) | |
tree | 09e76fd83a7d1f05eb7084f75a5f10eaf8a58cde /chrome/browser/autocomplete/autocomplete_edit_view_gtk.h | |
parent | b13e3fb787be91e19c66df036a231a2e84a7d321 (diff) | |
download | chromium_src-df722f89f5ad78156319c5a0ff071641a205a78d.zip chromium_src-df722f89f5ad78156319c5a0ff071641a205a78d.tar.gz chromium_src-df722f89f5ad78156319c5a0ff071641a205a78d.tar.bz2 |
Implement location only display mode (used by popup windows).
This matches the pixel sizes on Windows. The location bar is
a couple pixels shorter and the font is a little smaller.
BUG=17580
Review URL: http://codereview.chromium.org/159303
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit_view_gtk.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit_view_gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h index c0f6dd4..720dd00 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h @@ -42,6 +42,7 @@ class AutocompleteEditViewGtk : public AutocompleteEditView { ToolbarModel* toolbar_model, Profile* profile, CommandUpdater* command_updater, + bool popup_window_mode, AutocompletePopupPositioner* popup_positioner); ~AutocompleteEditViewGtk(); @@ -280,8 +281,7 @@ class AutocompleteEditViewGtk : public AutocompleteEditView { CommandUpdater* command_updater_; // When true, the location bar view is read only and also is has a slightly - // different presentation (font size / color). This is used for popups. - // TODO(deanm). + // different presentation (smaller font size). This is used for popups. bool popup_window_mode_; ToolbarModel::SecurityLevel scheme_security_level_; |