From a8bc7e058e1b016826b1e954068a165949e82710 Mon Sep 17 00:00:00 2001 From: anandc Date: Mon, 27 Jul 2015 16:55:03 -0700 Subject: [PATCH] Enable using metricsPrivate API to run experiments with Chromoting web-app. These changes were first committed in mid-June but then reverted (https://codereview.chromium.org/1186993002/) because they broke the stable build at that time. It is OK to commit these in now, because the change to enable remoting extensions to use this API was merged to M44 (https://codereview.chromium.org/1215733003/) and M44 has now moved to stable. BUG=500717 Review URL: https://codereview.chromium.org/1260483003 Cr-Commit-Position: refs/heads/master@{#340607} --- remoting/webapp/app_remoting/manifest_common.json.jinja2 | 1 + remoting/webapp/crd/manifest.json.jinja2 | 1 + 2 files changed, 2 insertions(+) diff --git a/remoting/webapp/app_remoting/manifest_common.json.jinja2 b/remoting/webapp/app_remoting/manifest_common.json.jinja2 index a1f87b8f1fd6..c04a8f59a2f4 100644 --- a/remoting/webapp/app_remoting/manifest_common.json.jinja2 +++ b/remoting/webapp/app_remoting/manifest_common.json.jinja2 @@ -35,6 +35,7 @@ "fullscreen", "https://relay.google.com/*", "identity", + "metricsPrivate", "pointerLock", "storage", { diff --git a/remoting/webapp/crd/manifest.json.jinja2 b/remoting/webapp/crd/manifest.json.jinja2 index 8ac02ef817a0..c8832cf2038e 100644 --- a/remoting/webapp/crd/manifest.json.jinja2 +++ b/remoting/webapp/crd/manifest.json.jinja2 @@ -75,6 +75,7 @@ "storage", "clipboardRead", "clipboardWrite", + "metricsPrivate", "nativeMessaging" {% if webapp_type != 'v1' %} , -- 2.11.4.GIT