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

Unified Diff: components/error_page/renderer/net_error_helper_core.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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
Index: components/error_page/renderer/net_error_helper_core.cc
diff --git a/components/error_page/renderer/net_error_helper_core.cc b/components/error_page/renderer/net_error_helper_core.cc
index 149dc0da7fd8cb244ba68be64acf6f4d35b5fab5..904e669b5b4b38d60722ae8a1161e8f0eabc8fed 100644
--- a/components/error_page/renderer/net_error_helper_core.cc
+++ b/components/error_page/renderer/net_error_helper_core.cc
@@ -1004,8 +1004,7 @@ void NetErrorHelperCore::ExecuteButtonPress(Button button) {
return;
case DOWNLOAD_BUTTON:
RecordEvent(NETWORK_ERROR_PAGE_DOWNLOAD_BUTTON_CLICKED);
- delegate_->DownloadPageLater(
- committed_error_page_info_->error.unreachableURL);
+ delegate_->DownloadPageLater();
return;
case NO_BUTTON:
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698