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

Unified Diff: content/browser/frame_host/navigation_controller_android.cc

Issue 2593533002: Revert of Reload: "Request desktop site" feature should ask reposting (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigation_controller_android.cc
diff --git a/content/browser/frame_host/navigation_controller_android.cc b/content/browser/frame_host/navigation_controller_android.cc
index 0808ba3ac74014d9469d10e10859b9ee8e9ac67b..2360efda93b9b3de5c8c9ad57ab303f2bf3a86f3 100644
--- a/content/browser/frame_host/navigation_controller_android.cc
+++ b/content/browser/frame_host/navigation_controller_android.cc
@@ -340,7 +340,8 @@
if (reload_on_state_change) {
// Reloading the page will send the override down as part of the
// navigation IPC message.
- navigation_controller_->Reload(ReloadType::ORIGINAL_REQUEST_URL, true);
+ // TODO(toyoshim): Should this call use |true| for check_for_post argument?
+ navigation_controller_->Reload(ReloadType::ORIGINAL_REQUEST_URL, false);
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698