InitRenderViewHostForExtensions would only be called when a new RenderViewHost
was created, but when reloading a crashed tab we would be reusing the RVH and just making a new RenderView, the process would not be sent the ActivateExtension/Application IPCs. Move the process-specific initialization to ChromeRenderViewHostObserver::RenderViewHostInitialized, which is called every time a new renderer process is created. BUG=89607 TEST=no R=creis@chromium.org,jam@chromium.org Review URL: http://codereview.chromium.org/7612016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96505 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment