Google Chrome is a fact. It is a nice and slick looking browser. It is open source and it has some nice security features. However, these security features strive to protect the user from attacks which try to takeover your browser and operating system. As I explained here, because nowadays most of the data is located on the Web, it makes sense to have built-in security features to prevent the various forms of information leaks, XSS, CSRF, etc. attacks as well.
So let’s start with the things which are easy to fix, such as leaking session identifiers while being on untrusted network. This can be fixed so easily yet we don’t have that as a built in feature. Here is my suggestion:
This is a nice simple feature which can be easily implemented with minimum programming overhead. So what do you think?

Sure, it is a great idea, and it’d be easy to do in Firefox via an extension. But it doesn’t protect you from either XSS attacks or CSRFs.