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

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

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.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index 85a46adeeeaa1bc964c33c5bfb5a572d9890f083..77d084a3d706668d163aadf6b4c5659e811c0b58 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -104,6 +104,9 @@ class CONTENT_EXPORT ContentClient {
std::vector<std::string>* standard_schemes,
std::vector<std::string>* savable_schemes) {}
+ // Returns whether the given message should be sent in a swapped out renderer.
+ virtual bool CanSendWhileSwappedOut(const IPC::Message* message);
+
// Returns whether the given message should be processed in the browser on
// behalf of a swapped out renderer.
virtual bool CanHandleWhileSwappedOut(const IPC::Message& message);

Powered by Google App Engine
This is Rietveld 408576698