Index: content/test/test_content_client.cc |
diff --git a/content/test/test_content_client.cc b/content/test/test_content_client.cc |
index eeb1df39be61752c4814035a114cea8b12e43033..23f5801c121c05c5791cbff84825ec083cdff128 100644 |
--- a/content/test/test_content_client.cc |
+++ b/content/test/test_content_client.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -36,11 +36,11 @@ void TestContentClient::AddNPAPIPlugins( |
} |
bool TestContentClient::CanSendWhileSwappedOut(const IPC::Message* msg) { |
- return true; |
+ return false; |
} |
bool TestContentClient::CanHandleWhileSwappedOut(const IPC::Message& msg) { |
- return true; |
+ return false; |
} |
std::string TestContentClient::GetUserAgent(bool* overriding) const { |