ScreenCapture for Android phase1, part II
The capture part has been landed in cl https://codereview.chromium.org/2125973002/.
This cl is to implement the control part in chrome/ and content/. The document
is here, https://goo.gl/QNH29g.
This cl proposes a pemission design on Android, including permission info bar
and head up notification, which will show up each time at starting screen capture
and user can check/stop the capture without leaving current page.
And all of these is behind a flag as an experimental feature.
BUG=487935
Review-Url: https://codereview.chromium.org/2123863004
Cr-Commit-Position: refs/heads/master@{#420679}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 3a8b094..7fbd69b 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3247,6 +3247,8 @@
"media/protected_media_identifier_infobar_delegate_android.h",
"media/webrtc/media_stream_infobar_delegate_android.cc",
"media/webrtc/media_stream_infobar_delegate_android.h",
+ "media/webrtc/screen_capture_infobar_delegate_android.cc",
+ "media/webrtc/screen_capture_infobar_delegate_android.h",
"metrics/android_metrics_provider.cc",
"metrics/android_metrics_provider.h",
"metrics/page_load_metrics_provider.cc",