| 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.
|
|
|