| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index 56cd1cffa224df144e0d42efe0924fe97d12debf..7ee9c490d42e8df446b2fc87789c00068b024ad0 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -33,6 +33,7 @@
|
| class InterstitialPageImpl;
|
| class LoadNotificationDetails;
|
| class RenderViewHost;
|
| +class RenderViewHostImpl;
|
| class SavePackage;
|
| class SessionStorageNamespaceImpl;
|
| struct ViewHostMsg_DidFailProvisionalLoadWithError_Params;
|
| @@ -502,6 +503,8 @@ class CONTENT_EXPORT TabContents
|
| // Save a URL to the local filesystem.
|
| void SaveURL(const GURL& url, const GURL& referrer, bool is_main_frame);
|
|
|
| + RenderViewHostImpl* GetRenderViewHostImpl();
|
| +
|
| // Stores random bits of data for others to associate with this object.
|
| // WARNING: this needs to be deleted after NavigationController.
|
| base::PropertyBag property_bag_;
|
|
|