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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/toolbar/toolbar_model.h" 5 #include "components/toolbar/toolbar_model.h"
6 6
7 ToolbarModel::ToolbarModel() 7 ToolbarModel::ToolbarModel()
8 : input_in_progress_(false), 8 : 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.
9 url_replacement_enabled_(true) {
10 } 9 }
11 10
12 ToolbarModel::~ToolbarModel() { 11 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.
13 } 12 }
OLDNEW
« 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