summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 18:14:41 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 18:14:41 +0000
commit21d89834b43afb0f80aad1be78b681a38a3c97c8 (patch)
treebdaaee01d44106ba37e1ce49d5cc8355ac3316f8 /content/common
parent3c56b38d2055b16592d499ea4933c27cbb0fd809 (diff)
downloadchromium_src-21d89834b43afb0f80aad1be78b681a38a3c97c8.zip
chromium_src-21d89834b43afb0f80aad1be78b681a38a3c97c8.tar.gz
chromium_src-21d89834b43afb0f80aad1be78b681a38a3c97c8.tar.bz2
Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF is a chrome specific
feature. Removed the HasUnsupportedFeature method from the pepper PluginDelegate interface as it is only needed for PDF. BUG=87335 Review URL: http://codereview.chromium.org/7709020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97890 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/view_messages.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index c49dcab..ec0b328 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2010,9 +2010,6 @@ IPC_MESSAGE_CONTROL3(ViewHostMsg_DidGenerateCacheableMetadata,
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateContentRestrictions,
int /* restrictions */)
-// The currently displayed PDF has an unsupported feature.
-IPC_MESSAGE_ROUTED0(ViewHostMsg_PDFHasUnsupportedFeature)
-
// Brings up SaveAs... dialog to save specified URL.
IPC_MESSAGE_ROUTED1(ViewHostMsg_SaveURLAs,
GURL /* url */)