[Android WebView] API to enable fullscreen.
commit023fed31bad19ad5bc11515018a91d430b41f771
authorigsolla@chromium.org <igsolla@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 11 Aug 2014 16:13:05 +0000 (11 16:13 +0000)
committerigsolla@chromium.org <igsolla@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 11 Aug 2014 16:15:05 +0000 (11 16:15 +0000)
tree9194eae032711659cf599963e543edb584610f13
parent9792d382ec7da45ef5b7a410b4c3a570207b9c0a
[Android WebView] API to enable fullscreen.

Added a new method, ie. AwContents.setFullscreenSupported, that
will be called by the glue layer when the WebView app supports
fullscreen.

This is follow-up change to:
https://codereview.chromium.org/428633004/

BUG=389496

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

Cr-Commit-Position: refs/heads/master@{#288723}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288723 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/java/src/org/chromium/android_webview/AwSettings.java
android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java
android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetVideoLoadingProgressViewTest.java
android_webview/javatests/src/org/chromium/android_webview/test/FullScreenVideoTestAwContentsClient.java
android_webview/native/aw_settings.cc
android_webview/test/shell/assets/full_screen_video_test.html
content/public/common/common_param_traits_macros.h
content/public/common/web_preferences.cc
content/public/common/web_preferences.h
content/renderer/render_view_impl.cc