| Index: chrome/browser/ui/browser_navigator_params.h
|
| diff --git a/chrome/browser/ui/browser_navigator_params.h b/chrome/browser/ui/browser_navigator_params.h
|
| index a0d523cca3a364612717d98629cc0e893ce5d767..f92ff768f2404f88623847fafda3bb1517ca4668 100644
|
| --- a/chrome/browser/ui/browser_navigator_params.h
|
| +++ b/chrome/browser/ui/browser_navigator_params.h
|
| @@ -80,9 +80,6 @@ struct NavigateParams {
|
| std::vector<GURL> redirect_chain;
|
|
|
| // Indicates whether this navigation will be sent using POST.
|
| - // The POST method is limited support for basic POST data by leveraging
|
| - // NavigationController::LOAD_TYPE_BROWSER_INITIATED_HTTP_POST.
|
| - // It is not for things like file uploads.
|
| bool uses_post;
|
|
|
| // The post data when the navigation uses POST.
|
|
|