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

Unified Diff: components/omnibox/browser/omnibox_edit_model.h

Issue 2425703003: Fix failing DCHECK in AutoCompleteInput() (Closed)
Patch Set: use pkasting's suggested code Created 4 years, 2 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
Index: components/omnibox/browser/omnibox_edit_model.h
diff --git a/components/omnibox/browser/omnibox_edit_model.h b/components/omnibox/browser/omnibox_edit_model.h
index eebf93a0956282c908e632a70ff64178c3962b58..a15df90669a9cbdbb7ef6b1b61d6af3a9dde208d 100644
--- a/components/omnibox/browser/omnibox_edit_model.h
+++ b/components/omnibox/browser/omnibox_edit_model.h
@@ -179,8 +179,7 @@ class OmniboxEditModel {
// Directs the popup to start autocomplete.
void StartAutocomplete(bool has_selected_text,
- bool prevent_inline_autocomplete,
- bool entering_keyword_mode);
+ bool prevent_inline_autocomplete);
// Closes the popup and cancels any pending asynchronous queries.
void StopAutocomplete();
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_views.cc ('k') | components/omnibox/browser/omnibox_edit_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698