Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: chrome/browser/renderer_host/offline_resource_throttle.cc

Issue 9361047: Fix OfflineLoadPageTest (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/offline/offline_load_page_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
}
« no previous file with comments | « chrome/browser/chromeos/offline/offline_load_page_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698