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

Unified Diff: chrome/test/data/extensions/api_test/processes/onupdated_with_memory/manifest.json

Issue 1584473004: Migrate ProcessesEventRouter to the new task manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 4 years, 9 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/processes/onupdated_with_memory/manifest.json
diff --git a/chrome/test/data/extensions/api_test/processes/onupdated/manifest.json b/chrome/test/data/extensions/api_test/processes/onupdated_with_memory/manifest.json
similarity index 76%
copy from chrome/test/data/extensions/api_test/processes/onupdated/manifest.json
copy to chrome/test/data/extensions/api_test/processes/onupdated_with_memory/manifest.json
index cd921d5d984efee9ab5d478ff73acc3433e12272..1b20b3fc06d467ba73ef22ad93a85ccf2ad3fe5c 100644
--- a/chrome/test/data/extensions/api_test/processes/onupdated/manifest.json
+++ b/chrome/test/data/extensions/api_test/processes/onupdated_with_memory/manifest.json
@@ -1,10 +1,10 @@
{
- "name": "processes onupdated test",
- "description": "extension that listens to processes.onUpdated",
+ "name": "processes onupdated with memory test",
+ "description": "extension that listens to processes.onUpdatedWithMemory",
"version": "0.1",
"manifest_version": 2,
"background": {
"scripts": ["background.js"]
},
"permissions": [ "tabs", "processes" ]
-}
+}

Powered by Google App Engine
This is Rietveld 408576698