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

Unified Diff: chrome/test/data/extensions/api_test/permissions/optional_updates_bindings/manifest.json

Issue 1142993002: Don't send unnecessary ExtensionMsg_Loaded IPCs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a test Created 5 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/permissions/optional_updates_bindings/manifest.json
diff --git a/chrome/test/data/extensions/api_test/permissions/optional_updates_bindings/manifest.json b/chrome/test/data/extensions/api_test/permissions/optional_updates_bindings/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..d411dfe6ccff4ce6b9d1a6102104ca63261b912d
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/permissions/optional_updates_bindings/manifest.json
@@ -0,0 +1,12 @@
+{
+ "background": {
+ "persistent": false,
+ "scripts": ["background.js"]
+ },
+ "manifest_version": 2,
+ "name": "optional_updates_bindings",
+ "optional_permissions": [
+ "alarms"
+ ],
+ "version": "1"
+}

Powered by Google App Engine
This is Rietveld 408576698