Index: chrome/browser/renderer_host/offline_resource_throttle.cc |
=================================================================== |
--- chrome/browser/renderer_host/offline_resource_throttle.cc (revision 121009) |
+++ chrome/browser/renderer_host/offline_resource_throttle.cc (working copy) |
@@ -51,7 +51,7 @@ |
// the offline page on the IO thread and before we actually show the |
// offline page here on the UI thread. |
if (web_contents) |
- new chromeos::OfflineLoadPage(web_contents, url, callback); |
+ (new chromeos::OfflineLoadPage(web_contents, url, callback))->Show(); |
} |
} |