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
Committed:
http://src.chromium.org/viewvc/chrome?view=rev&revision=96505