Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: content/browser/web_contents/navigation_controller_impl.h

Issue 10829044: Implement NavigationControllerWebView.PostURL (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix nits. Use RefCountedBytes. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698