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

Unified Diff: chrome/test/data/extensions/api_test/enterprise_platform_keys/update_manifest.xml

Issue 214863002: Extension API enterprise.platformKeys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Enabled restriction to extensions force-installed by policy. Created 6 years, 7 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: chrome/test/data/extensions/api_test/enterprise_platform_keys/update_manifest.xml
diff --git a/chrome/test/data/extensions/api_test/enterprise_platform_keys/update_manifest.xml b/chrome/test/data/extensions/api_test/enterprise_platform_keys/update_manifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9487a30ee0107db2761d5f06905aa9c63dc06d05
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/enterprise_platform_keys/update_manifest.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+ This update manifest points to the enterprise_platform_keys.crx file. It is
+ meant to be used with a URLRequestMockHTTPJob.
+-->
+<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
+ <app appid='aecpbnckhoppanpmefllkdkohionpmig'>
+ <updatecheck
+ codebase='http://mock.http/extensions/api_test/enterprise_platform_keys.crx'
+ version='1.0.0.0' />
+ </app>
+</gupdate>

Powered by Google App Engine
This is Rietveld 408576698