summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-20 20:42:59 +0000
committerbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-20 20:42:59 +0000
commit0509bc89f7c6b01e1865449109df2ac7365c0363 (patch)
treeb651daa200f4115ac7cbce8b25249b6df61d0a86 /content/common
parent8929b708cbf9169984ac737ae85fda7117cab2aa (diff)
downloadchromium_src-0509bc89f7c6b01e1865449109df2ac7365c0363.zip
chromium_src-0509bc89f7c6b01e1865449109df2ac7365c0363.tar.gz
chromium_src-0509bc89f7c6b01e1865449109df2ac7365c0363.tar.bz2
Enforce disable fullscreen policy for ppapi plugins
CL 22986010 added a policy to disable fullscreen. This CL extends the enforcement of this policy to ppapi plugins as well. BUG=275405 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/23591062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/view_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 56baba6..ed0cf62 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -270,6 +270,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
IPC_STRUCT_TRAITS_MEMBER(touchscreen_fling_profile)
IPC_STRUCT_TRAITS_MEMBER(tap_multiple_targets_strategy)
IPC_STRUCT_TRAITS_MEMBER(disable_client_blocked_error_page)
+ IPC_STRUCT_TRAITS_MEMBER(plugin_fullscreen_allowed)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::CookieData)