| Index: content/browser/web_contents/navigation_controller_impl.h
|
| diff --git a/content/browser/web_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h
|
| index e60a3629b2eb6162786f6a0303f114fe9fa2c8cb..0be7573f2c380c7278925fc1b82113a3e38e193a 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl.h
|
| +++ b/content/browser/web_contents/navigation_controller_impl.h
|
| @@ -112,6 +112,10 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| const GURL& base_url,
|
| const GURL& history_url,
|
| bool is_overriding_user_agent) OVERRIDE;
|
| + virtual void PostURL(const GURL& url,
|
| + const content::Referrer& referrer,
|
| + const std::vector<char>& http_body,
|
| + bool is_overriding_user_agent) OVERRIDE;
|
|
|
| // Returns the index of the specified entry, or -1 if entry is not contained
|
| // in this NavigationController.
|
|
|