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

Unified Diff: content/common/swapped_out_messages.h

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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/common/swapped_out_messages.h
diff --git a/content/common/swapped_out_messages.h b/content/common/swapped_out_messages.h
index 559d6b1bf0ad78675cf8fdcdadfcb62362f33e99..3dfee3218624f418a14b604ec17461a42ed618ee 100644
--- a/content/common/swapped_out_messages.h
+++ b/content/common/swapped_out_messages.h
@@ -14,7 +14,6 @@ namespace content {
// out renderer.
class SwappedOutMessages {
public:
- static bool CanSendWhileSwappedOut(const IPC::Message* msg);
static bool CanHandleWhileSwappedOut(const IPC::Message& msg);
};

Powered by Google App Engine
This is Rietveld 408576698