| Index: chrome/browser/tab_contents/navigation_controller.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/navigation_controller.cc (revision 71766)
|
| +++ chrome/browser/tab_contents/navigation_controller.cc (working copy)
|
| @@ -560,6 +560,9 @@
|
| NOTREACHED();
|
| }
|
|
|
| + // Capture the latest socket address for every page load.
|
| + GetActiveEntry()->set_socket_address(params.socket_address);
|
| +
|
| // All committed entries should have nonempty content state so WebKit doesn't
|
| // get confused when we go back to them (see the function for details).
|
| SetContentStateIfEmpty(GetActiveEntry());
|
|
|