| Index: content/public/browser/page_navigator.h
|
| diff --git a/content/public/browser/page_navigator.h b/content/public/browser/page_navigator.h
|
| index 51f02349648b33ccd72ab4ae6a47b184985cb057..46b899bf17e6ed83df1526cf7ade38c396032687 100644
|
| --- a/content/public/browser/page_navigator.h
|
| +++ b/content/public/browser/page_navigator.h
|
| @@ -52,9 +52,6 @@ struct CONTENT_EXPORT OpenURLParams {
|
| 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.
|
|
|