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

Issue 2013008: Remove --omnibox-popup-count flag. (Closed)

Created:
10 years, 7 months ago by tfarina (gmail-do not use)
Modified:
9 years, 7 months ago
Reviewers:
Peter Kasting, sky
CC:
chromium-reviews, ben+cc_chromium.org
Base URL:
git://git.chromium.org/chromium.git
Visibility:
Public.

Description

Remove --omnibox-popup-count flag. BUG=40083 TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=47482

Patch Set 1 #

Patch Set 2 : kMaxMatches #

Patch Set 3 : rebased #

Total comments: 4

Patch Set 4 : address Peter's comments #

Total comments: 4

Patch Set 5 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -59 lines) Patch
M chrome/browser/autocomplete/autocomplete.h View 2 3 6 chunks +10 lines, -21 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete.cc View 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/autocomplete/history_contents_provider.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/autocomplete/keyword_provider.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/browser_init.cc View 1 2 3 4 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tfarina (gmail-do not use)
Hi Scott, could you take a look?
10 years, 7 months ago (2010-05-07 02:25:52 UTC) #1
sky
I'm inclined to nuke set_max_matches as well and convert max_matches_ into a constant. Peter, what ...
10 years, 7 months ago (2010-05-07 14:49:38 UTC) #2
Peter Kasting
On 2010/05/07 14:49:38, sky wrote: > I'm inclined to nuke set_max_matches as well and convert ...
10 years, 7 months ago (2010-05-07 17:42:54 UTC) #3
tfarina (gmail-do not use)
On 2010/05/07 14:49:38, sky wrote: > I'm inclined to nuke set_max_matches as well and convert ...
10 years, 7 months ago (2010-05-15 23:08:49 UTC) #4
Peter Kasting
http://codereview.chromium.org/2013008/diff/11001/12002 File chrome/browser/autocomplete/autocomplete.h (right): http://codereview.chromium.org/2013008/diff/11001/12002#newcode541 chrome/browser/autocomplete/autocomplete.h:541: static size_t max_matches() { return kMaxMatches; } Nit: I'd ...
10 years, 7 months ago (2010-05-16 00:33:59 UTC) #5
tfarina (gmail-do not use)
http://codereview.chromium.org/2013008/diff/11001/12002 File chrome/browser/autocomplete/autocomplete.h (right): http://codereview.chromium.org/2013008/diff/11001/12002#newcode541 chrome/browser/autocomplete/autocomplete.h:541: static size_t max_matches() { return kMaxMatches; } On 2010/05/16 ...
10 years, 7 months ago (2010-05-17 00:18:52 UTC) #6
Peter Kasting
LGTM http://codereview.chromium.org/2013008/diff/19001/20003 File chrome/browser/autocomplete/history_contents_provider.cc (right): http://codereview.chromium.org/2013008/diff/19001/20003#newcode178 chrome/browser/autocomplete/history_contents_provider.cc:178: // is different than both max_matches (the provider's ...
10 years, 7 months ago (2010-05-17 17:51:50 UTC) #7
tfarina (gmail-do not use)
10 years, 7 months ago (2010-05-18 01:07:32 UTC) #8
I'm going to commit this.

http://codereview.chromium.org/2013008/diff/19001/20003
File chrome/browser/autocomplete/history_contents_provider.cc (right):

http://codereview.chromium.org/2013008/diff/19001/20003#newcode178
chrome/browser/autocomplete/history_contents_provider.cc:178: // is different
than both max_matches (the provider's maximum) and
On 2010/05/17 17:51:50, Peter Kasting wrote:
> Nit: max_matches -> kMaxMatches

Done.

http://codereview.chromium.org/2013008/diff/19001/20005
File chrome/browser/autocomplete/keyword_provider.cc (right):

http://codereview.chromium.org/2013008/diff/19001/20005#newcode1
chrome/browser/autocomplete/keyword_provider.cc:1: // Copyright (c) 2009 The
Chromium Authors. All rights reserved.
On 2010/05/17 17:51:50, Peter Kasting wrote:
> Nit: 2010

Done.

Powered by Google App Engine
This is Rietveld 408576698