| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 08c5ba9b8f2f01c84cede287381a1c8f718d165b..94611e538eab6924ceaa3db2e6a303f38122571e 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -326,9 +326,6 @@ 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;
|
| -
|
| // Returns the character encoding of the page.
|
| virtual const std::string& GetEncoding() const = 0;
|
|
|
|
|