Index: chrome/browser/renderer_host/offline_resource_handler.cc |
=================================================================== |
--- chrome/browser/renderer_host/offline_resource_handler.cc (revision 120442) |
+++ chrome/browser/renderer_host/offline_resource_handler.cc (working copy) |
@@ -49,7 +49,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))->Show(); |
+ new chromeos::OfflineLoadPage(web_contents, url, callback); |
} |
} |