Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: content/public/common/content_client.cc

Issue 248703002: Remove ContentClient::CanHandleWhileSwappedOut(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index b1b0f9b771eec71d2e53394849d47b36c1932351..3a9769cbfd135e8b506e978cded224be9bddb255 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -70,10 +70,6 @@ bool ContentClient::CanSendWhileSwappedOut(const IPC::Message* message) {
return false;
}
-bool ContentClient::CanHandleWhileSwappedOut(const IPC::Message& message) {
- return false;
-}
-
std::string ContentClient::GetProduct() const {
return std::string();
}
« no previous file with comments | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698