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

Issue 314773002: Omnibox: Send Input Type to Suggest Server (Closed)

Created:
6 years, 6 months ago by Mark P
Modified:
6 years, 6 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, James Su, Bart N.
Visibility:
Public.

Description

Omnibox: Send Input Type to Suggest Server This has been approved by the privacy team. I also tested this interactively (by sniffing the network traffic for various omnibox inputs). BUG=284781 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276008

Patch Set 1 #

Total comments: 3

Patch Set 2 : rebase #

Patch Set 3 : fix rebase issues #

Patch Set 4 : fix (legitimate) clang error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -6 lines) Patch
M chrome/browser/autocomplete/autocomplete_input.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/search_engines/prepopulated_engines.json View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/search_engines/template_url.cc View 1 2 3 6 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_unittest.cc View 1 2 2 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Mark P
This is straightforward. Please take a look. --mark https://codereview.chromium.org/314773002/diff/1/chrome/browser/search_engines/template_url.h File chrome/browser/search_engines/template_url.h (right): https://codereview.chromium.org/314773002/diff/1/chrome/browser/search_engines/template_url.h#newcode268 chrome/browser/search_engines/template_url.h:268: GOOGLE_FORCE_INSTANT_RESULTS, ...
6 years, 6 months ago (2014-06-03 19:25:31 UTC) #1
Bart N.
https://codereview.chromium.org/314773002/diff/1/chrome/browser/autocomplete/autocomplete_input.h File chrome/browser/autocomplete/autocomplete_input.h (right): https://codereview.chromium.org/314773002/diff/1/chrome/browser/autocomplete/autocomplete_input.h#newcode31 chrome/browser/autocomplete/autocomplete_input.h:31: }; I came across this inconsistency on the server ...
6 years, 6 months ago (2014-06-03 20:38:26 UTC) #2
Mark P
https://codereview.chromium.org/314773002/diff/1/chrome/browser/autocomplete/autocomplete_input.h File chrome/browser/autocomplete/autocomplete_input.h (right): https://codereview.chromium.org/314773002/diff/1/chrome/browser/autocomplete/autocomplete_input.h#newcode31 chrome/browser/autocomplete/autocomplete_input.h:31: }; On 2014/06/03 20:38:26, Bart N. wrote: > I ...
6 years, 6 months ago (2014-06-03 20:53:34 UTC) #3
Bart N.
On 2014/06/03 20:38:26, Bart N. wrote: > https://codereview.chromium.org/314773002/diff/1/chrome/browser/autocomplete/autocomplete_input.h > File chrome/browser/autocomplete/autocomplete_input.h (right): > > https://codereview.chromium.org/314773002/diff/1/chrome/browser/autocomplete/autocomplete_input.h#newcode31 ...
6 years, 6 months ago (2014-06-03 20:57:24 UTC) #4
Peter Kasting
I think the core question here is what the purpose of different enums is. If ...
6 years, 6 months ago (2014-06-03 21:04:15 UTC) #5
Bart N.
On 2014/06/03 21:04:15, Peter Kasting wrote: > I think the core question here is what ...
6 years, 6 months ago (2014-06-03 23:30:07 UTC) #6
Mark P
On Tue, Jun 3, 2014 at 4:30 PM, <bartn@chromium.org> wrote: > On 2014/06/03 21:04:15, Peter ...
6 years, 6 months ago (2014-06-03 23:45:24 UTC) #7
Peter Kasting
On 2014/06/03 23:30:07, Bart N. wrote: > Peter, do you anticipate adding new input types ...
6 years, 6 months ago (2014-06-03 23:57:19 UTC) #8
Mark P
I'm going to start and internal thread about the logging folks about the best strategy ...
6 years, 6 months ago (2014-06-04 00:13:46 UTC) #9
Mark P
Per the internal thread, I'm going with the following solution: * make one (stable) enum ...
6 years, 6 months ago (2014-06-05 04:33:30 UTC) #10
Mark P
Now that there's only one enum (per https://codereview.chromium.org/319523005/), this change makes a bit more sense. ...
6 years, 6 months ago (2014-06-08 00:06:57 UTC) #11
Peter Kasting
LGTM
6 years, 6 months ago (2014-06-09 00:16:49 UTC) #12
Mark P
The CQ bit was checked by mpearson@chromium.org
6 years, 6 months ago (2014-06-09 18:48:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/314773002/40001
6 years, 6 months ago (2014-06-09 18:50:14 UTC) #14
Mark P
The CQ bit was unchecked by mpearson@chromium.org
6 years, 6 months ago (2014-06-09 21:50:42 UTC) #15
Mark P
The CQ bit was checked by mpearson@chromium.org
6 years, 6 months ago (2014-06-09 22:16:57 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/314773002/60001
6 years, 6 months ago (2014-06-09 22:20:21 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 12:15:51 UTC) #18
commit-bot: I haz the power
6 years, 6 months ago (2014-06-10 13:34:47 UTC) #19
Message was sent while issue was closed.
Change committed as 276008

Powered by Google App Engine
This is Rietveld 408576698