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

Issue 2702413007: Cleaning up test only variables. (Closed)

Created:
3 years, 10 months ago by dyaroshev
Modified:
3 years, 9 months ago
Reviewers:
Peter Kasting, mpearson
CC:
chromium-reviews, jdonnelly+watch_chromium.org, Alexander Yashkin
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleaning up test only variables. BUG=693225 Review-Url: https://codereview.chromium.org/2702413007 Cr-Commit-Position: refs/heads/master@{#452798} Committed: https://chromium.googlesource.com/chromium/src/+/3583570748a8d633e76a1c31e763f94fb1157eda

Patch Set 1 #

Total comments: 27

Patch Set 2 : Review, round 1. #

Total comments: 6

Patch Set 3 : Review, round 2. #

Patch Set 4 : Compilation on Windows. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -49 lines) Patch
M components/omnibox/browser/in_memory_url_index_unittest.cc View 1 2 3 2 chunks +102 lines, -5 lines 1 comment Download
M components/omnibox/browser/url_index_private_data.h View 1 2 3 chunks +10 lines, -7 lines 0 comments Download
M components/omnibox/browser/url_index_private_data.cc View 1 7 chunks +26 lines, -37 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
dyaroshev
On 2017/02/22 22:10:46, dyaroshev wrote: > mailto:dyaroshev@yandex-team.ru changed reviewers: > + mailto:mpearson@google.com, mailto:pkasting@chromium.org I propose ...
3 years, 10 months ago (2017-02-22 22:15:51 UTC) #3
dyaroshev
https://codereview.chromium.org/2702413007/diff/1/components/omnibox/browser/in_memory_url_index_unittest.cc File components/omnibox/browser/in_memory_url_index_unittest.cc (right): https://codereview.chromium.org/2702413007/diff/1/components/omnibox/browser/in_memory_url_index_unittest.cc#newcode91 components/omnibox/browser/in_memory_url_index_unittest.cc:91: constexpr size_t kItemsToScoreLimit = 500; Make constants local. https://codereview.chromium.org/2702413007/diff/1/components/omnibox/browser/in_memory_url_index_unittest.cc#newcode757 ...
3 years, 10 months ago (2017-02-22 22:21:52 UTC) #4
Peter Kasting
https://codereview.chromium.org/2702413007/diff/1/components/omnibox/browser/in_memory_url_index_unittest.cc File components/omnibox/browser/in_memory_url_index_unittest.cc (right): https://codereview.chromium.org/2702413007/diff/1/components/omnibox/browser/in_memory_url_index_unittest.cc#newcode99 components/omnibox/browser/in_memory_url_index_unittest.cc:99: base::Time OldVisitTime() { Nit: I would make these const ...
3 years, 10 months ago (2017-02-23 01:04:45 UTC) #5
dyaroshev
I'll fix your comments tomorrow, just to clarify - you are ok with replacing test ...
3 years, 10 months ago (2017-02-23 01:41:26 UTC) #6
Peter Kasting
On 2017/02/23 01:41:26, dyaroshev wrote: > I'll fix your comments tomorrow, just to clarify - ...
3 years, 10 months ago (2017-02-23 01:46:06 UTC) #7
dyaroshev
On Peter Kasting wrote: > On dyaroshev wrote >> I'll fix your comments tomorrow, just ...
3 years, 9 months ago (2017-02-24 01:27:04 UTC) #8
dyaroshev
https://codereview.chromium.org/2702413007/diff/20001/components/omnibox/browser/url_index_private_data.h File components/omnibox/browser/url_index_private_data.h (right): https://codereview.chromium.org/2702413007/diff/20001/components/omnibox/browser/url_index_private_data.h#newcode156 components/omnibox/browser/url_index_private_data.h:156: FRIEND_TEST_ALL_PREFIXES(InMemoryURLIndexTest, TrimHistortIds); typo
3 years, 9 months ago (2017-02-24 01:29:27 UTC) #9
Peter Kasting
LGTM https://codereview.chromium.org/2702413007/diff/20001/components/omnibox/browser/in_memory_url_index_unittest.cc File components/omnibox/browser/in_memory_url_index_unittest.cc (right): https://codereview.chromium.org/2702413007/diff/20001/components/omnibox/browser/in_memory_url_index_unittest.cc#newcode770 components/omnibox/browser/in_memory_url_index_unittest.cc:770: { Nit: This outer brace not needed (the ...
3 years, 9 months ago (2017-02-24 01:37:41 UTC) #10
dyaroshev
https://codereview.chromium.org/2702413007/diff/20001/components/omnibox/browser/in_memory_url_index_unittest.cc File components/omnibox/browser/in_memory_url_index_unittest.cc (right): https://codereview.chromium.org/2702413007/diff/20001/components/omnibox/browser/in_memory_url_index_unittest.cc#newcode770 components/omnibox/browser/in_memory_url_index_unittest.cc:770: { On 2017/02/24 01:37:41, Peter Kasting wrote: > Nit: ...
3 years, 9 months ago (2017-02-24 02:14:25 UTC) #11
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/2702413007/40001
3 years, 9 months ago (2017-02-24 02:15:26 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/355259)
3 years, 9 months ago (2017-02-24 02:42:01 UTC) #16
dyaroshev
https://codereview.chromium.org/2702413007/diff/60001/components/omnibox/browser/in_memory_url_index_unittest.cc File components/omnibox/browser/in_memory_url_index_unittest.cc (right): https://codereview.chromium.org/2702413007/diff/60001/components/omnibox/browser/in_memory_url_index_unittest.cc#newcode740 components/omnibox/browser/in_memory_url_index_unittest.cc:740: auto GetHistoryIdsUpTo = [&](HistoryID max) { Visual studio does ...
3 years, 9 months ago (2017-02-24 11:20:43 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/2702413007/60001
3 years, 9 months ago (2017-02-24 11:21:04 UTC) #20
commit-bot: I haz the power
3 years, 9 months ago (2017-02-24 12:20:03 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/3583570748a8d633e76a1c31e763...

Powered by Google App Engine
This is Rietveld 408576698