well yes obviously i am looking at http(s)
what i meant was more details on the requests you are seeing.
for instance you refer to the https requests being sent when you type in the address bar. Thats the autocomplete doing its thing...
Code:
https://www.google.co.uk/complete/search?client=chrome-omni&gs_ri=chrome-ext&xssi=t&q=blackhat....etc....
which if you look at the decrypted response is some JSON with suggestions...
Code:
["blackhat", ["blackhat movie",
"blackhat trailer",
"blackhat review",
"blackhat film",
"blackhatworld",
"blackhat 2015",
"blackhat forum",
"blackhat movie cast",
"blackhat release date",
"blackhat film review",
"blackhat seo",
"blackhat uk release date",
"blackhat watch online",
<snip> etc.. etc...
also you get the requests to the following URL when you open a new tab
Code:
https://www.google.co.uk/_/chrome/newtab/manifest?espv=2&ie=UTF-8
whos decoded response is
Code:
CACHE MANIFESTNETWORK: *
CACHE:
/images/srpr/logo11w.png
/images/srpr/chrome_ntp_white_logo2.png
//ssl.gstatic.com/chrome/components/doodle-notifier-01.html
/xjs/_/js/k=xjs.ntp.en_US.pTu-WLAsprM.O/m=jsa,ntp,d,csi/rt=j/d=1/t=zcms/rs=ACT90oEecaPwxsrtYIlgP6gnhiJQMPLerQ
#90fqwr
there's many more as well but Im not seeing anything when you bookmark a page.
As your using wireshark im wondering are you just seeing coincidental network traffic from the system.
If its http(s) then try your same tests using Fiddler as its much easier to get the decryption working.
Im not saying chrome doesnt store all this information and send it in bulk at some point later (jury's still out on this i think until someone runs a capture for over a month anyway)
But im pretty sure its not doing it when you bookmark something.
That said I would love to be proved wrong!
*if* chrome is sending bookmark data over https to google then we would probably not care about the response,
So a trivial <script> tag on you webpage would tell google your visitor just bookmarked it. Much like the old viewscripts.
I would say that in itself is why google isnt using bookmark data - too easy to game!