| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index f2146f574aa6772a39ef544900567f31ffc21d4d..1c6c6dc70a4a4a58db579e3e57fe1b6d6253c9b7 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -247,6 +247,9 @@ class WebContents : public PageNavigator,
|
| virtual uint64 GetUploadSize() const = 0;
|
| virtual uint64 GetUploadPosition() const = 0;
|
|
|
| + // Returns a set of the site URLs currently committed in this tab.
|
| + virtual std::set<GURL> GetSitesInTab() const = 0;
|
| +
|
| // Return the character encoding of the page.
|
| virtual const std::string& GetEncoding() const = 0;
|
|
|
|
|