Chromium Code Reviews

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

Issue 115885: Hoist TrimHttpPrefix() so we only have one copy, not one per provider.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/autocomplete/history_contents_provider.h
===================================================================
--- chrome/browser/autocomplete/history_contents_provider.h (revision 17014)
+++ chrome/browser/autocomplete/history_contents_provider.h (working copy)
@@ -80,6 +80,9 @@
// Current autocomplete input type.
AutocompleteInput::Type input_type_;
+ // Whether we should trim "http://" from results.
+ bool trim_http_;
+
// Results from most recent query. These are cached so we don't have to
// re-issue queries for "minor changes" (which don't affect this provider).
history::QueryResults results_;
« no previous file with comments | « chrome/browser/autocomplete/autocomplete.cc ('k') | chrome/browser/autocomplete/history_contents_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine