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

Issue 591483002: Only send C2F ping for a search through homepage. (Closed)

Created:
6 years, 3 months ago by yao
Modified:
5 years, 11 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Only send C2F ping for a search through homepage. BUG=8424708 Committed: https://crrev.com/9b9d2e0a172bf3c3592fa6543c59b61277f20e2f Cr-Commit-Position: refs/heads/master@{#312421}

Patch Set 1 #

Patch Set 2 : Fix tests #

Total comments: 15

Patch Set 3 : Address comments #

Patch Set 4 : Address comments. #

Patch Set 5 : Remove unused #include. #

Patch Set 6 : Add the testHelper class as a member instead of inheritating. #

Patch Set 7 : Rebase #

Patch Set 8 : Move setup out of constructor. #

Patch Set 9 : Set enable_rlz's default back to 0. #

Patch Set 10 : Fix a bug. #

Total comments: 2

Patch Set 11 : Remove the dependency on content/test. #

Patch Set 12 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -31 lines) Patch
M chrome/browser/rlz/rlz.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +41 lines, -10 lines 0 comments Download
M chrome/browser/rlz/rlz_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +33 lines, -14 lines 0 comments Download
M rlz/lib/rlz_lib_test.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M rlz/test/rlz_test_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +17 lines, -4 lines 0 comments Download
M rlz/test/rlz_test_helpers.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 42 (21 generated)
yao
6 years, 2 months ago (2014-09-29 17:49:07 UTC) #14
Roger Tawa OOO till Jul 10th
Thanks Yiyao. A few questions below. https://codereview.chromium.org/591483002/diff/260001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/591483002/diff/260001/build/common.gypi#newcode1458 build/common.gypi:1458: 'enable_rlz%': 1, Make ...
6 years, 2 months ago (2014-09-30 14:43:35 UTC) #15
yao
https://codereview.chromium.org/591483002/diff/260001/chrome/browser/rlz/rlz.cc File chrome/browser/rlz/rlz.cc (right): https://codereview.chromium.org/591483002/diff/260001/chrome/browser/rlz/rlz.cc#newcode433 chrome/browser/rlz/rlz.cc:433: } On 2014/09/30 14:43:35, Roger Tawa wrote: > No ...
6 years, 2 months ago (2014-09-30 17:10:44 UTC) #17
Roger Tawa OOO till Jul 10th
https://codereview.chromium.org/591483002/diff/260001/chrome/browser/rlz/rlz.cc File chrome/browser/rlz/rlz.cc (right): https://codereview.chromium.org/591483002/diff/260001/chrome/browser/rlz/rlz.cc#newcode455 chrome/browser/rlz/rlz.cc:455: ui::PAGE_TRANSITION_HOME_PAGE) != 0)) { On 2014/09/30 17:10:44, yao wrote: ...
6 years, 2 months ago (2014-09-30 18:24:36 UTC) #18
yao
https://codereview.chromium.org/591483002/diff/260001/rlz/test/rlz_test_helpers.cc File rlz/test/rlz_test_helpers.cc (right): https://codereview.chromium.org/591483002/diff/260001/rlz/test/rlz_test_helpers.cc#newcode139 rlz/test/rlz_test_helpers.cc:139: } On 2014/09/30 18:24:36, Roger Tawa wrote: > On ...
6 years, 2 months ago (2014-09-30 18:30:01 UTC) #19
Roger Tawa OOO till Jul 10th
On 2014/09/30 18:30:01, yao wrote: > https://codereview.chromium.org/591483002/diff/260001/rlz/test/rlz_test_helpers.cc > File rlz/test/rlz_test_helpers.cc (right): > > https://codereview.chromium.org/591483002/diff/260001/rlz/test/rlz_test_helpers.cc#newcode139 > ...
6 years, 2 months ago (2014-09-30 19:15:18 UTC) #20
yao
Hi Roger, Sorry for the delay. I thought I already sent it back to you, ...
6 years, 2 months ago (2014-10-09 15:10:19 UTC) #21
Roger Tawa OOO till Jul 10th
lgtm Thanks Yiyao. Chrome coding style does not allow multiple inheritance, you can't inherit from ...
6 years, 2 months ago (2014-10-09 17:08:05 UTC) #22
yao
@sky, Could do an owner's review for file chrome/browser/DEPS? Thanks @Roger, The try bot seems ...
6 years, 2 months ago (2014-10-10 15:01:20 UTC) #26
Roger Tawa OOO till Jul 10th
still lgtm Thanks Yiyao.
6 years, 2 months ago (2014-10-10 15:07:38 UTC) #28
yao
Hi Sky, could you do an owner's review for file chrome/browser/DEPS? Thanks!
6 years, 2 months ago (2014-10-10 15:07:51 UTC) #29
sky
https://codereview.chromium.org/591483002/diff/1190001/chrome/browser/DEPS File chrome/browser/DEPS (right): https://codereview.chromium.org/591483002/diff/1190001/chrome/browser/DEPS#newcode82 chrome/browser/DEPS:82: "+content/test", Seems to me we should only be depending ...
6 years, 2 months ago (2014-10-10 17:45:49 UTC) #30
yao
https://codereview.chromium.org/591483002/diff/1190001/chrome/browser/DEPS File chrome/browser/DEPS (right): https://codereview.chromium.org/591483002/diff/1190001/chrome/browser/DEPS#newcode82 chrome/browser/DEPS:82: "+content/test", On 2014/10/10 17:45:49, sky wrote: > Seems to ...
6 years, 2 months ago (2014-10-10 18:08:00 UTC) #31
Roger Tawa OOO till Jul 10th
On 2014/10/10 17:45:49, sky wrote: > https://codereview.chromium.org/591483002/diff/1190001/chrome/browser/DEPS > File chrome/browser/DEPS (right): > > https://codereview.chromium.org/591483002/diff/1190001/chrome/browser/DEPS#newcode82 > ...
6 years, 2 months ago (2014-10-10 19:22:55 UTC) #32
sky
On 2014/10/10 19:22:55, Roger Tawa wrote: > On 2014/10/10 17:45:49, sky wrote: > > https://codereview.chromium.org/591483002/diff/1190001/chrome/browser/DEPS ...
6 years, 2 months ago (2014-10-13 16:42:15 UTC) #33
jam
On 2014/10/13 16:42:15, sky wrote: > On 2014/10/10 19:22:55, Roger Tawa wrote: > > On ...
6 years, 1 month ago (2014-10-29 15:41:19 UTC) #34
yao
Hi Roger, I removed the dependency on content/test, and it's ready for review. Thanks! Yiyao
6 years ago (2014-12-12 16:25:45 UTC) #36
Roger Tawa OOO till Jul 10th
lgtm Thanks Yao!
6 years ago (2014-12-17 21:17:15 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/591483002/1450001
5 years, 11 months ago (2015-01-21 19:05:25 UTC) #40
commit-bot: I haz the power
Committed patchset #12 (id:1450001)
5 years, 11 months ago (2015-01-21 20:26:44 UTC) #41
commit-bot: I haz the power
5 years, 11 months ago (2015-01-21 20:27:47 UTC) #42
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/9b9d2e0a172bf3c3592fa6543c59b61277f20e2f
Cr-Commit-Position: refs/heads/master@{#312421}

Powered by Google App Engine
This is Rietveld 408576698