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

Unified Diff: content/browser/tab_contents/tab_contents.h

Issue 9314037: Save As for content retrieved via POST works in most circumstances. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 11 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/tab_contents/tab_contents.h
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
index 2ec9aba9678462be02958dff28a18918a46cc654..db170eb641e7e8115c03722c2403aa07081dafe9 100644
--- a/content/browser/tab_contents/tab_contents.h
+++ b/content/browser/tab_contents/tab_contents.h
@@ -496,6 +496,9 @@ class CONTENT_EXPORT TabContents
void SetEncoding(const std::string& encoding);
+ // Save a URL to the local filesystem.
+ void SaveURL(const GURL& url, const GURL& referrer);
+
// Stores random bits of data for others to associate with this object.
// WARNING: this needs to be deleted after NavigationController.
base::PropertyBag property_bag_;
« no previous file with comments | « content/browser/renderer_host/resource_dispatcher_host.cc ('k') | content/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698