| Index: content/browser/site_instance_impl.h
|
| diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h
|
| index b195d09fa05c23b5a7f4fc4f26eacc21420dd38b..57291ea9d0d1530c9ad797d41998c62b2f141600 100644
|
| --- a/content/browser/site_instance_impl.h
|
| +++ b/content/browser/site_instance_impl.h
|
| @@ -51,6 +51,10 @@ class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance,
|
| static void set_render_process_host_factory(
|
| const RenderProcessHostFactory* rph_factory);
|
|
|
| + // Get the effective URL for the given actual URL.
|
| + static GURL GetEffectiveURL(BrowserContext* browser_context,
|
| + const GURL& url);
|
| +
|
| protected:
|
| friend class BrowsingInstance;
|
| friend class SiteInstance;
|
| @@ -64,10 +68,6 @@ class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance,
|
| explicit SiteInstanceImpl(BrowsingInstance* browsing_instance);
|
|
|
| private:
|
| - // Get the effective URL for the given actual URL.
|
| - static GURL GetEffectiveURL(BrowserContext* browser_context,
|
| - const GURL& url);
|
| -
|
| // NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const NotificationSource& source,
|
|
|