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

Unified Diff: content/shell/shell_content_client.cc

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/shell/shell_content_client.cc
diff --git a/content/shell/shell_content_client.cc b/content/shell/shell_content_client.cc
index fc6da530ffc8a8d26ad2190305cad0abf2c60f23..fb198ba0d56958101dcfd1fcd8ad45130efc6b8b 100644
--- a/content/shell/shell_content_client.cc
+++ b/content/shell/shell_content_client.cc
@@ -26,10 +26,6 @@ void ShellContentClient::AddNPAPIPlugins(
webkit::npapi::PluginList* plugin_list) {
}
-bool ShellContentClient::CanSendWhileSwappedOut(const IPC::Message* msg) {
- return false;
-}
-
bool ShellContentClient::CanHandleWhileSwappedOut(const IPC::Message& msg) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698