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

Unified Diff: ipc/ipc_channel_proxy.h

Issue 11823027: [Android WebView] Implement the capture picture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes in native/Java AwContents to support SW rendering without platform functions (tests). Created 7 years, 11 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: ipc/ipc_channel_proxy.h
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
index e4cd83a4dd736390b510a85052c7375e0a56791c..e7c584f49a391c2620e6e6aef81072396e11b524 100644
--- a/ipc/ipc_channel_proxy.h
+++ b/ipc/ipc_channel_proxy.h
@@ -237,6 +237,9 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
void CreateChannel(const IPC::ChannelHandle& channel_handle,
const Channel::Mode& mode);
+ // Sends a reply for failed synchronous messages.
+ void SendFailedSyncMessageReply(const Message& message);
+
// Methods called on the IO thread.
void OnSendMessage(scoped_ptr<Message> message_ptr);
void OnAddFilter();

Powered by Google App Engine
This is Rietveld 408576698