| Index: chrome/renderer/chrome_content_renderer_client.h
|
| diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
|
| index d408babc4b5a485a45fae4c25db6460d36c96b69..26e4ccb938c1ac91e405c9433b208d1f5090b9d5 100644
|
| --- a/chrome/renderer/chrome_content_renderer_client.h
|
| +++ b/chrome/renderer/chrome_content_renderer_client.h
|
| @@ -83,11 +83,6 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
|
|
|
| // Returns true if the frame is navigating to an URL either into or out of an
|
| // extension app's extent.
|
| - // TODO(creis): Temporary workaround for crbug.com/65953: Only return true if
|
| - // we would enter an extension app's extent from a non-app, or if we leave an
|
| - // extension with no web extent. We avoid swapping processes to exit a hosted
|
| - // app with a web extent for now, since we do not yet restore context (such
|
| - // as window.opener) if the window navigates back.
|
| bool CrossesExtensionExtents(WebKit::WebFrame* frame, const GURL& new_url);
|
|
|
| scoped_ptr<ChromeRenderProcessObserver> chrome_observer_;
|
|
|