Cherry-pick: Propagate disallow_fullscreen_for_non_media_elements to renderer.

NOTE: this cherry-pick will only be landed after
https://googleplex-android-review.git.corp.google.com/#/c/523936/

We are setting it here:
https://code.google.com/p/chromium/codesearch#chromium/src/android_webview/native/aw_settings.cc&l=437
But we are not yet propagating it to blink because this line
was missing.

This change will only be landed after the next blink deps roll including:
https://codereview.chromium.org/422923002/

Review URL: https://codereview.chromium.org/422963002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286189 0039d316-1c4b-4281-b951-d872f2087c98

Conflicts:
	content/renderer/render_view_impl.cc

Change-Id: I93874959117f2a88555632f0dac0bbbd020d1427
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
index 61d8b85..bb24995 100644
--- a/content/public/common/common_param_traits_macros.h
+++ b/content/public/common/common_param_traits_macros.h
@@ -184,6 +184,7 @@
   IPC_STRUCT_TRAITS_MEMBER(font_scale_factor)
   IPC_STRUCT_TRAITS_MEMBER(device_scale_adjustment)
   IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom)
+  IPC_STRUCT_TRAITS_MEMBER(disallow_fullscreen_for_non_media_elements)
   IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled)
   IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback)
   IPC_STRUCT_TRAITS_MEMBER(default_video_poster_url)