| 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 2360efda93b9b3de5c8c9ad57ab303f2bf3a86f3..0808ba3ac74014d9469d10e10859b9ee8e9ac67b 100644
|
| --- a/content/browser/frame_host/navigation_controller_android.cc
|
| +++ b/content/browser/frame_host/navigation_controller_android.cc
|
| @@ -340,8 +340,7 @@ void NavigationControllerAndroid::SetUseDesktopUserAgent(
|
| if (reload_on_state_change) {
|
| // Reloading the page will send the override down as part of the
|
| // navigation IPC message.
|
| - // TODO(toyoshim): Should this call use |true| for check_for_post argument?
|
| - navigation_controller_->Reload(ReloadType::ORIGINAL_REQUEST_URL, false);
|
| + navigation_controller_->Reload(ReloadType::ORIGINAL_REQUEST_URL, true);
|
| }
|
| }
|
|
|
|
|