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

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

Issue 11861008: Expose the capturePicture feature in RenderView for Android WebView legacy API support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed sync IPC issues. Created 7 years, 10 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
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index f9df1888565778b43c4f60268d49e30682798c21..9dee64ef3fc6b2b8cd3bb179a7f59a795e261deb 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -52,6 +52,10 @@ ContentClient::ContentClient()
ContentClient::~ContentClient() {
}
+bool ContentClient::CanSendWhileSwappedOut(const IPC::Message* message) {
+ return false;
+}
+
bool ContentClient::CanHandleWhileSwappedOut(const IPC::Message& message) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698