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

Issue 2232863002: Remove search::GetSearchTerms since it always returns empty string (Closed)

Created:
4 years, 4 months ago by Marc Treib
Modified:
4 years, 4 months ago
CC:
chromium-reviews, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, tfarina, kmadhusu+watch_chromium.org, James Su, Jered
Base URL:
https://chromium.googlesource.com/chromium/src.git@remove_query_extract
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove search::GetSearchTerms since it always returns empty string and update call sites accordingly. This is the first of probably many follow-ups to https://codereview.chromium.org/2211983002/ TBRing a comment-only change in components/sessions/core/serialized_navigation_entry.cc TBR=marja@chromium.org BUG=627747 Committed: https://crrev.com/de23c50488c2558ba2633c0e4a2b09924bdd3704 Cr-Commit-Position: refs/heads/master@{#412473}

Patch Set 1 #

Patch Set 2 : Mac #

Total comments: 30

Patch Set 3 : review #

Patch Set 4 : rebase #

Patch Set 5 : Android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -451 lines) Patch
M chrome/app/generated_resources.grd View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/search/search.h View 1 2 3 4 chunks +1 line, -29 lines 0 comments Download
M chrome/browser/search/search.cc View 1 2 3 4 chunks +0 lines, -79 lines 0 comments Download
M chrome/browser/ui/android/toolbar/toolbar_model_android.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h View 1 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm View 1 3 chunks +0 lines, -21 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm View 1 2 6 chunks +1 line, -33 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h View 1 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 2 4 chunks +3 lines, -25 lines 0 comments Download
M chrome/browser/ui/search/instant_controller.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper.cc View 1 2 4 chunks +3 lines, -17 lines 0 comments Download
M chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.cc View 1 chunk +0 lines, -35 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_unittest.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 2 2 chunks +8 lines, -11 lines 0 comments Download
M chrome/common/search/search_types.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M components/metrics/proto/omnibox_event.proto View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M components/omnibox/browser/omnibox_edit_model.cc View 1 2 9 chunks +16 lines, -50 lines 0 comments Download
M components/omnibox/browser/omnibox_edit_unittest.cc View 1 chunk +11 lines, -23 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial_unittest.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M components/omnibox/browser/zero_suggest_provider_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M components/sessions/core/serialized_navigation_entry.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/toolbar/test_toolbar_model.h View 1 2 3 chunks +0 lines, -7 lines 0 comments Download
M components/toolbar/test_toolbar_model.cc View 1 2 3 chunks +1 line, -11 lines 0 comments Download
M components/toolbar/toolbar_model.h View 1 2 5 chunks +1 line, -22 lines 0 comments Download
M components/toolbar/toolbar_model.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M components/toolbar/toolbar_model_delegate.h View 1 chunk +0 lines, -6 lines 0 comments Download
M components/toolbar/toolbar_model_impl.h View 1 2 3 chunks +0 lines, -12 lines 0 comments Download
M components/toolbar/toolbar_model_impl.cc View 1 2 3 chunks +0 lines, -20 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 28 (20 generated)
Marc Treib
Next part. PTAL!
4 years, 4 months ago (2016-08-12 10:29:59 UTC) #3
Peter Kasting
LGTM Most (though not all) of the comments below about additional items for removal could ...
4 years, 4 months ago (2016-08-13 05:03:45 UTC) #4
Marc Treib
Thanks, lots of useful comments! All either addressed or TODO'd. https://codereview.chromium.org/2232863002/diff/20001/chrome/browser/search/search.cc File chrome/browser/search/search.cc (left): https://codereview.chromium.org/2232863002/diff/20001/chrome/browser/search/search.cc#oldcode328 ...
4 years, 4 months ago (2016-08-16 12:00:18 UTC) #5
Marc Treib
+isherman for components/metrics/proto/omnibox_event.proto, PTAL!
4 years, 4 months ago (2016-08-16 14:28:00 UTC) #14
Ilya Sherman
components/metrics/proto/omnibox_event.proto lgtm
4 years, 4 months ago (2016-08-16 20:39:40 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2232863002/80001
4 years, 4 months ago (2016-08-17 08:05:46 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-17 08:10:03 UTC) #26
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 08:14:26 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/de23c50488c2558ba2633c0e4a2b09924bdd3704
Cr-Commit-Position: refs/heads/master@{#412473}

Powered by Google App Engine
This is Rietveld 408576698