summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete.h')
-rw-r--r--chrome/browser/autocomplete/autocomplete.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h
index dbf5c0e..8388265 100644
--- a/chrome/browser/autocomplete/autocomplete.h
+++ b/chrome/browser/autocomplete/autocomplete.h
@@ -188,6 +188,9 @@ class AutocompleteInput {
bool synchronous_only);
~AutocompleteInput();
+ // If type is |FORCED_QUERY| and |text| starts with '?', it is removed.
+ static void RemoveForcedQueryStringIfNecessary(Type type, std::wstring* text);
+
// Converts |type| to a string representation. Used in logging.
static std::string TypeToString(Type type);