summaryrefslogtreecommitdiffstats
path: root/android_webview/native/webview_native.gyp
diff options
context:
space:
mode:
authormichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-23 20:36:58 +0000
committermichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-23 20:36:58 +0000
commit88d18876460bd62651df29f824a1cd638414835d (patch)
treee7e8128c3421b28c1017c0520bf46c7e28a39d72 /android_webview/native/webview_native.gyp
parentd4fe425eef79e04cb7b8c948f6ba3f379ef3c4f9 (diff)
downloadchromium_src-88d18876460bd62651df29f824a1cd638414835d.zip
chromium_src-88d18876460bd62651df29f824a1cd638414835d.tar.gz
chromium_src-88d18876460bd62651df29f824a1cd638414835d.tar.bz2
Make Geolocation permission request use new API if possible.
To make the backward compatibility, only use the new Permission API if the application is target to the APIs level which the new Permission API release to. BUG=387265 Review URL: https://codereview.chromium.org/342063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279169 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/native/webview_native.gyp')
-rw-r--r--android_webview/native/webview_native.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 3a332ec..efb8a15 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -89,8 +89,8 @@
'permission/permission_request_handler.h',
'permission/permission_request_handler_client.cc',
'permission/permission_request_handler_client.h',
- 'permission/protected_media_id_permission_request.cc',
- 'permission/protected_media_id_permission_request.h',
+ 'permission/simple_permission_request.cc',
+ 'permission/simple_permission_request.h',
'state_serializer.cc',
'state_serializer.h',
],