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

Unified Diff: content/common/swapped_out_messages.cc

Issue 234533002: Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, skip changing browser_main_loop.cc because of presubmit issues, will follow up Created 6 years, 8 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
« no previous file with comments | « content/common/sandbox_linux/bpf_renderer_policy_linux.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/swapped_out_messages.cc
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
index 29709edac38ae275f62e1e238ed8d094119249a5..e835966d8b5fe2120af0434c4626859eb2ee9ead 100644
--- a/content/common/swapped_out_messages.cc
+++ b/content/common/swapped_out_messages.cc
@@ -88,11 +88,6 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut(
case ViewHostMsg_RequestMove::ID:
// Sends an ACK.
case AccessibilityHostMsg_Events::ID:
-#if defined(USE_X11)
- // Synchronous message when leaving a page with plugin. In this case,
- // we want to destroy the plugin rather than return an error message.
- case ViewHostMsg_DestroyPluginContainer::ID:
-#endif
return true;
default:
break;
« no previous file with comments | « content/common/sandbox_linux/bpf_renderer_policy_linux.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698