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

Unified Diff: components/toolbar/toolbar_model.cc

Issue 2242213008: Remove url_replacement logic from Omnibox/ToolbarModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_show_url
Patch Set: Created 4 years, 4 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/toolbar/toolbar_model.cc
diff --git a/components/toolbar/toolbar_model.cc b/components/toolbar/toolbar_model.cc
index f9e12151e2a76081d3069aec40e36c192c1fe54a..4405f78b086e0a3511305345728e2f95696888d6 100644
--- a/components/toolbar/toolbar_model.cc
+++ b/components/toolbar/toolbar_model.cc
@@ -5,8 +5,7 @@
#include "components/toolbar/toolbar_model.h"
ToolbarModel::ToolbarModel()
- : input_in_progress_(false),
- url_replacement_enabled_(true) {
+ : input_in_progress_(false) {
Peter Kasting 2016/08/19 22:40:06 Nit: Can be on previous line I might just inline
Marc Treib 2016/08/22 08:45:55 Done.
}
ToolbarModel::~ToolbarModel() {
Peter Kasting 2016/08/19 22:40:06 Nit: I'd remove this and just use =default in the
Marc Treib 2016/08/22 08:45:55 Done.
« components/omnibox/browser/omnibox_edit_model.cc ('K') | « components/toolbar/toolbar_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698