Chromium Code Reviews| Index: chrome/browser/resources/profiler.js |
| =================================================================== |
| --- chrome/browser/resources/profiler.js (revision 110259) |
| +++ chrome/browser/resources/profiler.js (working copy) |
| @@ -1033,6 +1033,7 @@ |
| // between platforms. |
| link.href = 'http://chromesrc.appspot.com/?path=' + |
| encodeURIComponent(filepath) + '&line=' + linenumber; |
| + link.target = '_blank'; |
| return; |
| } |
| } |