Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 10831407: Kill PropertyBag, switch WebContents to SupportsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase only Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698