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..f1b83d338c6b38b671d8de2c79c1e2e6bf1b494b 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::string& 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. |