Index: content/shell/common/layout_test/layout_test_content_client.cc |
diff --git a/content/shell/common/layout_test/layout_test_content_client.cc b/content/shell/common/layout_test/layout_test_content_client.cc |
index da2e9629afa86d7f431c4e69ed5c4ffbdf48b084..404eebf8aeafb90a35863e459c2377bc8dd5bfed 100644 |
--- a/content/shell/common/layout_test/layout_test_content_client.cc |
+++ b/content/shell/common/layout_test/layout_test_content_client.cc |
@@ -13,7 +13,6 @@ bool LayoutTestContentClient::CanSendWhileSwappedOut( |
switch (message->type()) { |
// Used in layout tests; handled in BlinkTestController. |
case ShellViewHostMsg_PrintMessage::ID: |
- case ShellViewHostMsg_LayoutTestRuntimeFlagsChanged::ID: |
return true; |
default: |