Chromium Code Reviews| Index: chrome/browser/debugger/devtools_manager.cc |
| =================================================================== |
| --- chrome/browser/debugger/devtools_manager.cc (revision 69688) |
| +++ chrome/browser/debugger/devtools_manager.cc (working copy) |
| @@ -221,6 +221,10 @@ |
| if (cookie != -1) { |
| // Navigating to URL in the inspected window. |
| AttachClientHost(cookie, dest_rvh); |
| + |
| + DevToolsClientHost* client_host = GetDevToolsClientHostFor(dest_rvh); |
| + client_host->FrameNavigating(gurl.spec()); |
| + |
| return; |
| } |