| 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_;
|
|
|