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

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

Issue 10831407: Kill PropertyBag, switch WebContents to SupportsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: works 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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index b9320aed69ec0249a25201e11d8e3332633fd307..bc95844d8e6dff89c34ee0335b1583fc35ecc44d 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -12,7 +12,6 @@
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
-#include "base/property_bag.h"
#include "content/browser/browser_plugin/old/old_browser_plugin_host.h"
#include "content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h"
#include "content/browser/renderer_host/render_view_host_delegate.h"
@@ -163,8 +162,6 @@ class CONTENT_EXPORT WebContentsImpl
RenderViewHostManager* GetRenderManagerForTesting();
// content::WebContents ------------------------------------------------------
- virtual const base::PropertyBag* GetPropertyBag() const OVERRIDE;
- virtual base::PropertyBag* GetPropertyBag() OVERRIDE;
virtual content::WebContentsDelegate* GetDelegate() OVERRIDE;
virtual void SetDelegate(content::WebContentsDelegate* delegate) OVERRIDE;
virtual NavigationControllerImpl& GetController() OVERRIDE;
@@ -642,10 +639,6 @@ class CONTENT_EXPORT WebContentsImpl
std::string* embedder_channel_name,
int* embedder_container_id);
- // Stores random bits of data for others to associate with this object.
- // WARNING: this needs to be deleted after NavigationController.
- base::PropertyBag property_bag_;
-
// Data for core operation ---------------------------------------------------
// Delegate for notifying our owner about stuff. Not owned by us.

Powered by Google App Engine
This is Rietveld 408576698