Descriptionsearch: Log when bookmark bar is pinned.
We want to understand how showing search terms in the omnibox interacts
with the presence of the bookmark bar. For users in a field trial that's
showing search terms, this change adds a CGI arg &bmbp=1 to search URLs
if the bookmark bar is pinned and &bmbp=0 otherwise.
This isn't privacy-sensitive, because in theory we could get this
information by looking at outerHeight - innerHeight from search page
Javascript. Logging it explicitly this way is just more reliable than
doing that.
BUG=291244
TEST=unit tests,manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226506
Patch Set 1 #
Total comments: 14
Patch Set 2 : Address comments. #
Total comments: 8
Patch Set 3 : Address nits. #
Messages
Total messages: 14 (0 generated)
|