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

Unified Diff: content/public/common/content_client.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/public/common/content_client.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index f984b47f409945116fe2a0f19ab0b6c4452b4c9f..ab1dccca98d428b642edd6f4ff6eb101277f9352 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -89,10 +89,6 @@ class CONTENT_EXPORT ContentClient {
virtual void AddNPAPIPlugins(
webkit::npapi::PluginList* plugin_list) = 0;
- // Returns whether the given message should be allowed to be sent from a
- // swapped out renderer.
- virtual bool CanSendWhileSwappedOut(const IPC::Message* msg) = 0;
-
// Returns whether the given message should be processed in the browser on
// behalf of a swapped out renderer.
virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) = 0;

Powered by Google App Engine
This is Rietveld 408576698