Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: remoting/webapp/manifest.json.jinja2

Issue 386853002: Add a Record button to the web-app if the host supports video recording. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move code out into OptionsMenu and VideoFrameRecorder Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/manifest.json.jinja2
diff --git a/remoting/webapp/manifest.json.jinja2 b/remoting/webapp/manifest.json.jinja2
index ebbdb902b6b532ab7a1b22dc8c7bc37fd282c970..03e3a1fbfa629c4474887c5c2c27243d09b3efa3 100644
--- a/remoting/webapp/manifest.json.jinja2
+++ b/remoting/webapp/manifest.json.jinja2
@@ -77,6 +77,7 @@
"nativeMessaging"
{% if webapp_type != 'v1' %}
,
+ {"fileSystem": ["write"]},
"fullscreen",
"identity",
"contextMenus",

Powered by Google App Engine
This is Rietveld 408576698