| 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..a2dddb80aba0c204eb9ebee3212b4a1625737a30 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 base::RefCountedMemory& 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.
|
|
|