summaryrefslogtreecommitdiffstats
path: root/content/common/swapped_out_messages.cc
diff options
context:
space:
mode:
authornasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-04 21:14:18 +0000
committernasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-04 21:14:18 +0000
commit65920f331b2945f739abdbb8a3ede4ca68f142a6 (patch)
tree08f9cbc66775fbabdcf35e97913d9d8762cf4a59 /content/common/swapped_out_messages.cc
parent3a1f1144d2385c01e62f9b474b173a8a8af47608 (diff)
downloadchromium_src-65920f331b2945f739abdbb8a3ede4ca68f142a6.zip
chromium_src-65920f331b2945f739abdbb8a3ede4ca68f142a6.tar.gz
chromium_src-65920f331b2945f739abdbb8a3ede4ca68f142a6.tar.bz2
Move OpenURL from RenderView to RenderFrame.
This CL is follow up attempt at landing this change. The original CL is https://codereview.chromium.org/165063003 and is also ps1. BUG=304341 R=creis@chromium.org Review URL: https://codereview.chromium.org/186623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/swapped_out_messages.cc')
-rw-r--r--content/common/swapped_out_messages.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
index c41a645..855b786 100644
--- a/content/common/swapped_out_messages.cc
+++ b/content/common/swapped_out_messages.cc
@@ -21,7 +21,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
case InputHostMsg_HandleInputEvent_ACK::ID:
case ViewHostMsg_UpdateRect::ID:
// Allow targeted navigations while swapped out.
- case ViewHostMsg_OpenURL::ID:
+ case FrameHostMsg_OpenURL::ID:
case ViewHostMsg_Focus::ID:
// Handled by RenderViewHost.
case ViewHostMsg_RenderProcessGone::ID: