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..e3ebd9b11db70ae4cd6a713146ad2c5af9cb2939 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 scoped_refptr<base::RefCountedBytes> 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. |