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

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

Issue 2242213008: Remove url_replacement logic from Omnibox/ToolbarModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_show_url
Patch Set: rebase Created 4 years, 3 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 114987f588b1c8e1a5483d676e4273d2c71709f2..eebf93a0956282c908e632a70ff64178c3962b58 100644
--- a/components/omnibox/browser/omnibox_edit_model.h
+++ b/components/omnibox/browser/omnibox_edit_model.h
@@ -64,7 +64,6 @@ class OmniboxEditModel {
const base::string16& keyword,
bool is_keyword_hint,
KeywordModeEntryMethod keyword_mode_entry_method,
- bool url_replacement_enabled,
OmniboxFocusState focus_state,
FocusSource focus_source,
const AutocompleteInput& autocomplete_input);
@@ -77,7 +76,6 @@ class OmniboxEditModel {
const base::string16 keyword;
const bool is_keyword_hint;
KeywordModeEntryMethod keyword_mode_entry_method;
- bool url_replacement_enabled;
OmniboxFocusState focus_state;
FocusSource focus_source;
const AutocompleteInput autocomplete_input;
« 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