| Index: content/shell/browser/shell.cc
|
| diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
|
| index 12b17d233816b996fa7ad6d6b6fd441af84f378c..2f2c5e6a74b519504261428ce13fb098e1335701 100644
|
| --- a/content/shell/browser/shell.cc
|
| +++ b/content/shell/browser/shell.cc
|
| @@ -326,8 +326,7 @@ WebContents* Shell::OpenURLFromTab(WebContents* source,
|
|
|
| // Only allows the browser-initiated navigation to use POST.
|
| if (params.uses_post && !params.is_renderer_initiated) {
|
| - load_url_params.load_type =
|
| - NavigationController::LOAD_TYPE_BROWSER_INITIATED_HTTP_POST;
|
| + load_url_params.method = "POST";
|
| load_url_params.browser_initiated_post_data =
|
| params.browser_initiated_post_data;
|
| }
|
|
|