Chromium Code Reviews| Index: chrome/browser/resources/uber/uber.js |
| =================================================================== |
| --- chrome/browser/resources/uber/uber.js (revision 119926) |
| +++ chrome/browser/resources/uber/uber.js (working copy) |
| @@ -30,6 +30,7 @@ |
| var params = resolvePageInfoFromPath(window.location.pathname); |
| if (params.path) { |
|
Evan Stade
2012/01/31 22:58:49
can you move this block to after showPage instead?
csilv
2012/02/01 00:10:49
Done.
|
| var iframe = $(params.id).querySelector('iframe'); |
| + iframe.src = iframe.dataset.url; |
| iframe.contentWindow.location.replace(iframe.src + params.path); |
| } |