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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view_gtk.h

Issue 159303: Implement location only display mode (used by popup windows). (Closed)
Patch Set: fix crash Created 11 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
index c0f6dd459c3a63b1b50b52c82775c8150b92a4c0..720dd00828a3b070396aa948922a5c5c2a6c9ab9 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_;
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698