Support cross-process window.close() messages.
BUG=99202
TEST=Call w.close() on a window that has opened but navigated cross-process.
Review URL: https://chromiumcodereview.appspot.com/10344028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135416 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 594a05c8..07d0dcd 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -293,6 +293,7 @@
WindowOpenDisposition disposition,
int64 source_frame_id,
const content::GlobalRequestID& transferred_global_request_id) OVERRIDE;
+ virtual void RouteCloseEvent(content::RenderViewHost* rvh) OVERRIDE;
virtual void RunJavaScriptMessage(content::RenderViewHost* rvh,
const string16& message,
const string16& default_prompt,