Index: chrome/common/chrome_content_client_ios.mm |
diff --git a/chrome/common/chrome_content_client_ios.mm b/chrome/common/chrome_content_client_ios.mm |
index 9b625afe207344b40ce4b0026aae81dd0588733d..52a8d3dc74d9e9a6cbe31617aec48b0952f14c7f 100644 |
--- a/chrome/common/chrome_content_client_ios.mm |
+++ b/chrome/common/chrome_content_client_ios.mm |
@@ -35,12 +35,6 @@ void ChromeContentClient::AddAdditionalSchemes( |
// No additional schemes for iOS. |
} |
-bool ChromeContentClient::CanHandleWhileSwappedOut( |
- const IPC::Message& msg) { |
- NOTIMPLEMENTED(); |
- return false; |
-} |
- |
std::string ChromeContentClient::GetProduct() const { |
chrome::VersionInfo version_info; |
std::string product("CriOS/"); |