| Index: content/public/browser/web_contents.h
|
| ===================================================================
|
| --- content/public/browser/web_contents.h (revision 212906)
|
| +++ content/public/browser/web_contents.h (working copy)
|
| @@ -332,6 +332,10 @@
|
| const base::FilePath& dir_path,
|
| SavePageType save_type) = 0;
|
|
|
| + // Saves the given frame's URL to the local filesystem..
|
| + virtual void SaveFrame(const GURL& url,
|
| + const Referrer& referrer) = 0;
|
| +
|
| // Generate an MHTML representation of the current page in the given file.
|
| virtual void GenerateMHTML(
|
| const base::FilePath& file,
|
| @@ -402,9 +406,6 @@
|
| // Gets the preferred size of the contents.
|
| virtual gfx::Size GetPreferredSize() const = 0;
|
|
|
| - // Get the content restrictions (see content::ContentRestriction).
|
| - virtual int GetContentRestrictions() const = 0;
|
| -
|
| // Called when the reponse to a pending mouse lock request has arrived.
|
| // Returns true if |allowed| is true and the mouse has been successfully
|
| // locked.
|
|
|