Code review comment for lp:~mardy/webbrowser-app/add-onlineaccount-support-for-container2

Revision history for this message
Olivier Tilloy (osomon) wrote :

614 + bool setCookies(Cookies);

Shouldn’t the argument be a "const Cookies&" ? (this applies to other methods that take a Cookies as argument)

« Back to merge proposal