diff options
Diffstat (limited to 'content/browser/renderer_host/render_process_host.h')
-rw-r--r-- | content/browser/renderer_host/render_process_host.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/content/browser/renderer_host/render_process_host.h b/content/browser/renderer_host/render_process_host.h index 0b3b3e9..569d55c 100644 --- a/content/browser/renderer_host/render_process_host.h +++ b/content/browser/renderer_host/render_process_host.h @@ -13,7 +13,6 @@ #include "base/process.h" #include "base/process_util.h" #include "base/time.h" -#include "chrome/browser/profiles/profile.h" #include "ipc/ipc_channel_proxy.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/surface/transport_dib.h" @@ -74,12 +73,6 @@ class RenderProcessHost : public IPC::Channel::Sender, // Returns the user browser context associated with this renderer process. content::BrowserContext* browser_context() const { return browser_context_; } - // Returns the profile. - // TEMPORARY; http://crbug.com/76788 - Profile* profile() const { - return Profile::FromBrowserContext(browser_context()); - } - // Returns the unique ID for this child process. This can be used later in // a call to FromID() to get back to this object (this is used to avoid // sending non-threadsafe pointers to other threads). |