| Index: content/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/browser/content_browser_client.h (revision 78583)
|
| +++ content/browser/content_browser_client.h (working copy)
|
| @@ -6,6 +6,8 @@
|
| #define CONTENT_BROWSER_CONTENT_BROWSER_CLIENT_H_
|
| #pragma once
|
|
|
| +#include "content/common/content_client.h"
|
| +
|
| class GURL;
|
| class Profile;
|
| class RenderViewHost;
|
| @@ -16,9 +18,9 @@
|
| class ContentBrowserClient {
|
| public:
|
| // Initialize a RenderViewHost before its CreateRenderView method is called.
|
| - virtual void OnRenderViewCreation(RenderViewHost* render_view_host,
|
| - Profile* profile,
|
| - const GURL& url) {}
|
| + virtual void PreCreateRenderView(RenderViewHost* render_view_host,
|
| + Profile* profile,
|
| + const GURL& url) {}
|
| };
|
|
|
| } // namespace content
|
|
|