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

Issue 6465020: Add metrics for omnibox Google searches that has no RLZ token for windows. (Closed)

Created:
9 years, 10 months ago by pastarmovj
Modified:
4 years, 3 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Add metrics for omnibox Google searches that has no RLZ token for windows. This metric will give us idea whether we need to take further measures to close the short gap between the time the RLZ token is first cached and later used to perform searches. BUG=71548 TEST=Manual. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74430

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -1 line) Patch
M chrome/browser/autocomplete/autocomplete_edit.cc View 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/search_engines/template_url.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/search_engines/template_url.cc View 2 chunks +26 lines, -0 lines 0 comments Download
M chrome/tools/chromeactions.txt View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
pastarmovj
@Roger: After our discussion I tried to debug as much as possible into the timing ...
9 years, 10 months ago (2011-02-09 10:57:17 UTC) #1
ukai
On 2011/02/09 10:57:17, pastarmovj wrote: > @Roger: After our discussion I tried to debug as ...
9 years, 10 months ago (2011-02-09 11:03:31 UTC) #2
(NOT FOR CODE REVIEWS)
Hi Julian, Good to know that the chance of this happening is really really small. ...
9 years, 10 months ago (2011-02-09 14:15:16 UTC) #3
pastarmovj
Hi Roger, Yes my first CL is on trunk, but I don't think my change ...
9 years, 10 months ago (2011-02-09 14:52:21 UTC) #4
Roger Tawa OOO till Jul 10th
lgtm Thanks for explanation Julian. As for testing, please talk to Ananta, I think she'll ...
9 years, 10 months ago (2011-02-09 16:51:39 UTC) #5
gameovermylord.org
On 2011/02/09 16:51:39, Roger Tawa wrote: > lgtm > > Thanks for explanation Julian. As ...
4 years, 3 months ago (2016-09-07 10:27:35 UTC) #6
gameovermylord
On 2016/09/07 10:27:35, gameovermylord.org wrote: > On 2011/02/09 16:51:39, Roger Tawa wrote: > > lgtm ...
4 years, 3 months ago (2016-09-07 10:29:35 UTC) #7
gameovermylord
4 years, 3 months ago (2016-09-07 10:37:16 UTC) #8
Message was sent while issue was closed.
On 2016/09/07 10:29:35, gameovermylord wrote:
> On 2016/09/07 10:27:35, http://gameovermylord.org wrote:
> > On 2011/02/09 16:51:39, Roger Tawa wrote:
> > > lgtm
> > > 
> > > Thanks for explanation Julian.  As for testing, please talk to Ananta, I
> think
> > > she'll be able to point you to official builds that can be used.
> > > 
> > > On 2011/02/09 14:52:21, pastarmovj wrote:
> > > > Hi Roger,
> > > > Yes my first CL is on trunk, but I don't think my change will be out in
> > > > beta/stable on this milestone. At least I haven't made explicit request
> > about
> > > > that and they are not really critical. The only problem is that you
can't
> > get
> > > > these metrics in the dev builds because the whole RLZ code only gets
> active
> > in
> > > > chrome branded builds. What would you s
> > > uggest to do about that?
> > > > 
> > > > As for your question regarding why I put it there - the reason is that
> > > > GetAccessPointRlz is being called a lot (at every change of the omnibar
at
> > > > least) and if we have the metrics directly in rlz.cc we'll only know how
> > many
> > > of
> > > > the RLZ calls failed until we got the token but not if they were used in
a
> > > real
> > > > search query or were only used to update the possible query that the
user
> > will
> > > > send when he hits enter. The place I chose is the one that gets called
> only
> > > when
> > > > the user do start a search from the omnibar.
> > > > 
> > > > Julian
> > > > 
> > > > On 2011/02/09 14:15:16, rogerta1 wrote:
> > > > > Hi Julian,
> > > > > 
> > > > > Good to know that the chance of this happening is really really small.
> > > > >  Adding a metric only for now to track this seems OK to me, as long as
> > > > > we will have time to fix this if it turns out it is a problem.  If I
> > > > > understand correctly:
> > > > > 
> > > > > - your initial change is already committed to trunk, but it has not
> > > > > been pushed out to the beta or stable channel
> > > > > - your initial change will be pushed out at the end of the current
> > milestone
> > > > > 
> > > > > Is that correct?  If we commit this change today, will there be enough
> > > > > time to analyze the metrics data to know that all is ok or not for the
> > > > > current milestone?
> > > > > 
> > > > > Specifically about your code change here, would it be simpler to just
> > > > > add a call to user metrics at line 304 in browser\rlz\rlz.cc like
> > > > > this:
> > > > > 
> > > > > UserMetrics::RecordAction(UserMetricsAction("SearchWithoutRLZ"));
> > > > > 
> > > > > and then others call at 285 and 317 like this:
> > > > > 
> > > > > UserMetrics::RecordAction(UserMetricsAction("SearchWithRLZ"));
> > > > > 
> > > > > Thanks,
> > > > > Roger

Powered by Google App Engine
This is Rietveld 408576698