summaryrefslogtreecommitdiffstats
path: root/content/common/browser_plugin
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 16:33:55 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 16:33:55 +0000
commitce49c9e780ed54eafb35d39b13eabe4fe3176392 (patch)
treed7b0d568237eeeae3a7e5d5bc16a10e4e736d4cc /content/common/browser_plugin
parent3483ac1046faacad7583d8be5e38d3450cd2cc2f (diff)
downloadchromium_src-ce49c9e780ed54eafb35d39b13eabe4fe3176392.zip
chromium_src-ce49c9e780ed54eafb35d39b13eabe4fe3176392.tar.gz
chromium_src-ce49c9e780ed54eafb35d39b13eabe4fe3176392.tar.bz2
Browser Plugin: Remove embedder_frame_url
BUG=330264 TBR=fsamuel@chromium.org, kenrb@chromium.org Review URL: https://codereview.chromium.org/422343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/browser_plugin')
-rw-r--r--content/common/browser_plugin/browser_plugin_messages.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
index fa84b4b..0d13137 100644
--- a/content/common/browser_plugin/browser_plugin_messages.h
+++ b/content/common/browser_plugin/browser_plugin_messages.h
@@ -60,7 +60,6 @@ IPC_STRUCT_BEGIN(BrowserPluginHostMsg_Attach_Params)
IPC_STRUCT_MEMBER(bool, focused)
IPC_STRUCT_MEMBER(bool, visible)
IPC_STRUCT_MEMBER(bool, opaque)
- IPC_STRUCT_MEMBER(GURL, embedder_frame_url)
IPC_STRUCT_MEMBER(BrowserPluginHostMsg_AutoSize_Params, auto_size_params)
IPC_STRUCT_MEMBER(BrowserPluginHostMsg_ResizeGuest_Params,
resize_guest_params)