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

Unified Diff: chrome/browser/resources/chromeos/arc_support/manifest.json

Issue 1681813003: arc: Use incognito profile for OptIn and cookie fetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, added reseting windowClosedInternally before window creation Created 4 years, 10 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/browser/resources/chromeos/arc_support/manifest.json
diff --git a/chrome/browser/resources/chromeos/arc_support/manifest.json b/chrome/browser/resources/chromeos/arc_support/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..3f1be78b240b9de85ab91a22cf924d351d9219ac
--- /dev/null
+++ b/chrome/browser/resources/chromeos/arc_support/manifest.json
@@ -0,0 +1,15 @@
+{
+ "app": {
+ "background": {
+ "scripts": [ "background.js" ]
+ }
+ },
+ "description": "ARC Support",
+ "display_in_launcher": false,
+ // cnbgggchhmkkdmeppjobngjoejnihlei
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnYsWobpgYLBvlN3PIFXyDwcCqRKcL+1swMf4f1Dnqn1+TYqbGW51ZNQbRo8xgE7y+0D8cz8fE0kZsQXhE7gzDKEyUgePNU75GQ3I9xdqsoNYWHGPegf2p6azj0kzJKCE+aaO4Ys7tSvvIniHfVGFuaqaS1m1JYP0Mlhv+pkwbrbVV3Ymdzb4tYP2y8jrISmyhrzlX9E2p9RU2ObSgZCUgZofMkwWZd1tyZN089sjxcPlN/RGHsB0NtpgFFhSAs9tSrRcvUUcoUTDQYeDB4qBioCJ0QUtjRj21xqsotjUQM4GFOkAxmNbijghvKoMwSulvEbgrb0x3dQl+y+ecr0ybwIDAQAB",
+ "manifest_version": 2,
+ "name": "ARC Support",
+ "permissions": [ "webview", "nativeMessaging" ],
+ "version": "0.1.0.0"
+}

Powered by Google App Engine
This is Rietveld 408576698