| Index: ios/web/public/navigation_manager.h
|
| diff --git a/ios/web/public/navigation_manager.h b/ios/web/public/navigation_manager.h
|
| index 53b08da55de38058fc7a99b20783912f6c0114e2..e1f99f141d799474ebb122227b1fbf2c7fc99306 100644
|
| --- a/ios/web/public/navigation_manager.h
|
| +++ b/ios/web/public/navigation_manager.h
|
| @@ -48,6 +48,8 @@ class NavigationManager {
|
| // Any extra HTTP headers to add to the load.
|
| base::scoped_nsobject<NSDictionary> extra_headers;
|
|
|
| + base::scoped_nsobject<NSDictionary> extra_data;
|
| +
|
| // Any post data to send with the load. When setting this, you should
|
| // generally set a Content-Type header as well.
|
| base::scoped_nsobject<NSData> post_data;
|
|
|