| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 61d98d8faab7f8eaa2baecf2311112c8b073bb36..9ddb933647a214c67079585f793cd8fa7467ce2c 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -719,15 +719,6 @@ const GURL& WebContentsImpl::GetURL() const {
|
| return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
|
| }
|
|
|
| -
|
| -const base::PropertyBag* WebContentsImpl::GetPropertyBag() const {
|
| - return &property_bag_;
|
| -}
|
| -
|
| -base::PropertyBag* WebContentsImpl::GetPropertyBag() {
|
| - return &property_bag_;
|
| -}
|
| -
|
| content::WebContentsDelegate* WebContentsImpl::GetDelegate() {
|
| return delegate_;
|
| }
|
|
|